I’m editing the stylesheet for this template, and I found a common color #118d78 being used for some buttons and links. In every place in the style sheet, I’ve replaced that color with #0d669c, but I can’t figure out why the menu buttons still have #118d78 as the hover bg color. Is there any other place besides the stylesheet that would contain this menu button appearance information?
If you want to edit the hover color of the menu system.
Then please edit the dropmenu.css file line no.39
.nav ul li a:hover {
background-color: #118d78; <<< You can replace this color
transition: all 0.3s ease-in-out 0s;
}
Please let me know if there is any other query.
Thanks
Sid
Viewing 1 replies (of 1 total)
The topic ‘Menu Appearence’ is closed to new replies.