Add A Hover Color to Navigation Menu – Confit
-
I am trying to add a Hover Color to the Navigation Menu using CSS. I would like it to be blue with some opacity.
The blog I need help with is: (visible only to logged in users)
-
To be more specific I am trying to add a solid highlight so when you hover over the menu selection it fills in the entire block with a background color.
-
Add the following to your custom CSS and you can edit my obnoxious green color as desired.
.main-navigation a:hover { background-color: #11ff00; } -
-
how about doing the same for a menu added to the sidebar via a widget? Any way to make the change there as well?
Answering this request one way or the other will not effect your status of “rocking”.
-
The following would do the same for custom menu widgets.
.widget_nav_menu li:hover { background: #efb2b2; } -
-
- The topic ‘Add A Hover Color to Navigation Menu – Confit’ is closed to new replies.