Reddle – Custom Menu Widget in sidebar – font color change
-
In the Reddle theme, can you please tell me how to change the font color in my sidebar custom menu widget!? If you can share the code that would be great. (I can insert the color number.) Thanks.
The blog I need help with is: (visible only to logged in users)
-
Hi, use the following CSS to target the custom menu widget. The first rule is the color on the current menu item (page you are on) and the second is for the non-current menu items (excuse my obnoxious demo colors). :)
.widget_nav_menu .current-menu-item a { color: #cc0000; } .widget_nav_menu a { color: #22cc00; }
- The topic ‘Reddle – Custom Menu Widget in sidebar – font color change’ is closed to new replies.