Newbie: My menu is transparent and hard to read
-
I’m honestly not sure about the version, I don’t know where to look. My problem is that my drop down menu is transparent and so when it drops it covers a word I have on the side bar and it makes it hard to read the menu.
Someone said to try
div#navigation li a {
background-image:none!important;
background-color:black!important;
}
I put that in the css but it just makes it black, not solid.
I also tried this
div#navigation li a {
background-color:#ffffff;
opacity:1;
}
But it does nothing.
Can anyone help?
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Newbie: My menu is transparent and hard to read’ is closed to new replies.