Changing color of the Custom Menu
-
HI,
How do I change the text in the Custom Menu Widget? I will like it to be #f8981D and a lighter shade for the subpages?The blog I need help with is: (visible only to logged in users)
-
Hi there – give this custom CSS a try to change the colours in your custom menu widget:
/* Top level items */ .widget_nav_menu li a { color: #f8981d; } /* Sub-menu items */ .widget_nav_menu .sub-menu li a { color: #fbbe6f; }Feel free to tweak the submenu colour to your liking. Let me know how it goes!
If you need additional help with custom CSS in the future, please post in the CSS Customization forum.
- The topic ‘Changing color of the Custom Menu’ is closed to new replies.