Drop Down Menu Color
-
How do I change my menu so that when you place the cursor over a menu item, the sub-pages have a different color background so they can be seen easier by the viewer? For instance, how could I change the color of those drop-down boxes to grey?
The blog I need help with is: (visible only to logged in users)
-
Add this in the CSS editor:
#menu li li { background-color: #EEEEEE; }In the future make sure you post CSS questions in the CSS forum, not the Support forum.
- The topic ‘Drop Down Menu Color’ is closed to new replies.