How to change hover's color on main menu
-
Hi guys,
I’m trying to change color of the :hover selector of the primary menu. Now when you mouse over it, it’s dark grey, but I’d like to change it in a lighter color or in a different one, more consistent with the rest of my website.
I’ve tried to modify this part of css code:#site-navigation li:hover > a {
background: rgba (0,0,0,0.6) none repeat scroll 0 0;
color: white;
transition: all 0.4s ease 0s;
}but it still doesn’t work, color remains the same despite several attempts. What am I doing wrong?
Thank you for help
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘How to change hover's color on main menu’ is closed to new replies.