custom menu – widgets
-
hi there!
how can i change font size in a custom menu added as a widget?
cheersThe blog I need help with is: (visible only to logged in users)
-
- The topic ‘custom menu – widgets’ is closed to new replies.
hi there!
how can i change font size in a custom menu added as a widget?
cheers
The blog I need help with is: (visible only to logged in users)
This targets the custom menu widget only.
.widget_nav_menu ul li {
font-size: 120%;
}