How so I solve my Navigation Menu Rollover Problem?
-
When I put my cursor over the navigation bar on the left side, I see just a black rectangle (no text). Clicking on it gets me to the next page just fine, but losing the text made me unsure where I was going. I don’t yet know CSS and my html skills are minimal so I don’t know how to fix this. My blog is thegoodpage.net and my theme is Oulipo. Thanks.
The blog I need help with is: (visible only to logged in users)
-
You can use something like this to change the hover color of the text and the background:
.menu-wrap #menu-navigation-menu a:hover { background-color: red; color: white; }Just adjust the colors to your liking!
-
Jeremey,
Thanks, but I have no idea where to put this code. Can you tell me where it should go? Thanks.
Barbara -
Barbara, go to Appearance > Customize > CSS, delete all the informational text in that window, and paste in the custom CSS @jeremeylduvall gave above.
-
-
- The topic ‘How so I solve my Navigation Menu Rollover Problem?’ is closed to new replies.