hover color of navigation menu is not changing properly
-
i am trying to change the hover color of top menu navigation and secondary navigation menu to #025a91 and nav background: #0274be i have tried this css but its not working when i hover its color is #025a91 but when i click on navigation bar menu link its color changes to #2693ba:
.main-navigation {
background-color: #0274be;}
.main-navigation li:hover > a{
background:#025a91 ;
}
.menu-primary-items li:hover>a{
background-color:#025a91
}The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘hover color of navigation menu is not changing properly’ is closed to new replies.