how to give hover to menu
-
I would like to make my site more interactive by adding a hover to my menu items. Can someone please give me the code to do so. I would like the hover color to be #006400. Thanks!
The blog I need help with http://dgopalakrishna33.wordpress.com/
The blog I need help with is: (visible only to logged in users)
-
Hi, I suppose you want to change the background of menu items when hovered?
If yes, this is the CSS to do so:
.main-navigation li:hover > a { background: #006400; } .main-navigation .sub-menu li:hover > a { background: #006400; }
- The topic ‘how to give hover to menu’ is closed to new replies.