problem with scroll down menu item color
-
I’m using the Comet theme. I’ve changed the top menu to my own hover color, but when I scroll down the menu items, the parent page turns red (a default color). I’ve tried everything I know to change this, but I’m scratching my head. Here’s what I have so far in my CSS:
.menu li.current_page_item a {
background: #e3eeee;
}.menu li.current_page_item a:hover {
background: #c8dddd;
text-decoration: none;
}.menu li.current_page_parent a {
background-color: #e3eeee;
}.menu li.current_page_parent a:hover {
background-color: #c8dddd;
text-decoration: none;
}.menu li ul li a {
background: #fff;
display: block;
width: 150px;
line-height: 1.5;
}.menu li ul li a:hover {
background: #e3eeee;
text-decoration: none;
}The blog I need help with is: (visible only to logged in users)
- The topic ‘problem with scroll down menu item color’ is closed to new replies.