Sub Menu Color
-
Hi,
Is there a way to change the color of the sub-menus (nested menus) in the top menu bar?Much thanks!
The blog I need help with is: (visible only to logged in users)
-
-
This is the selector. The colors are arbitrary. So please change the colors as you wish.
#access ul ul a { background: red; color:yellow; }This is the selector for hover:
#access li:hover > a, #access ul ul:hover > a, #access a:focus { background: red; color:yellow; } -
- The topic ‘Sub Menu Color’ is closed to new replies.