Customize color of sub-menus
-
Been trying to figure this one out based on postings here. Not a CSS expert by any means. Trying to change the color of sub-menus from white to a slight blue color.
This doesn’t seem to be working. Tried variations from stuff posted.
.menu li li a:focus, .menu li li a:active {
background-color: #C2E0FF;
}The blog I need help with is: (visible only to logged in users)
-
try adding css to the secondary div
#secondary {
background-color: #C2E0FF;
}Let me know if that works.
- The topic ‘Customize color of sub-menus’ is closed to new replies.