Editing fonts/list types in Widgets
-
Wanting to a) remove bullet points from Categories widget and b) make the font in my sidebar all the same as my entry-meta (helvetica)
blog in questions: http://blog.lulutyas.com
THANKSThe blog I need help with is: (visible only to logged in users)
-
This should fix the font:
#primary.widget-area{ font-family: Helvetica; }This removes the bullets from your existing categories widget.
#categories-2 ul{ list-style-type: none; }This should remove bullets from any widget you put in your sidebar:
#primary.widget-area ul{ list-style-type: none; }hope that helps!
- The topic ‘Editing fonts/list types in Widgets’ is closed to new replies.