How to change font size in custom menu/widget?
-
Hi, how can I change the font size of the text in the custom menu i put via the widget on my left side bar?
http://jockeyv3.wordpress.com/
The blog I need help with is: (visible only to logged in users)
-
Hi, I’m not seeing a custom menu in the left sidebar on your site now, so I’ve gotten the code from my test blog.
Go to your custom CSS at Appearance > Custom Design > CSS, add the following and then adjust the font sizes as desired.
.widget_pages > ul li, .widget ul.menu li { font-size: 12px; }
- The topic ‘How to change font size in custom menu/widget?’ is closed to new replies.