Problem with ul.menu
-
There seems to be something wrong with my ul.menu. I haven’t changed the code for it:
ul.menu li a {
font-size:1em;
color:#2f0084;
margin:0;
}ul.menu li a:hover {
background:#2f0084;
color:#eee!important;
text-decoration:none;
}ul.menu li.current_page_item a,ul.menu li.current_page_item a:hover {
color:white!important; background:#2f0084; text-decoration:none; }but instead of getting a purple menu, it’s all white right now. I swapped in a new header recently; could that be causing the problem? If so, do you have a suggestion on how to correct? Thanks.
The blog I need help with is: (visible only to logged in users)
-
- The topic ‘Problem with ul.menu’ is closed to new replies.