Changing sidebar submenu font color
-
Hello,
How can i change the font color of the sidebar menus? For example, for Categories, i managed to change the font color for Categories, but i cannot figure out how to change sub category items.
Thanks in advance for your help.The blog I need help with is: (visible only to logged in users)
-
If you want all links to have the same color, this should do it:
#categories ul a {color: COLOR_YOU_WANT;}If you want the links: Investor’s Corner, News, and Property Management to have one color and their sublinks another, then this should do it.
#categories ul a {color: COLOR_YOU_WANT;} #categories ul .children a {color: COLOR_YOU_WANT;} -
#Container allowed me change the main links on side bars.
#categories ul a {color: COLOR_YOU_WANT;}
only changed the sublinks for Categories.How do i change sublinks for Archives, Blogroll, Meta and Subscribe?
- The topic ‘Changing sidebar submenu font color’ is closed to new replies.