Tagged: menu
Hi, I want to change the menu active background color.
Right now the enfold menu only have a little line under the active menu item and I want to make them entire background with the theme color, as the “colored menu item”. What would be the css to make that?
Thanks
Hey felipe!
a link to your website would help. Try this code in Quick CSS field:
#top .header_color .current-menu-item a {
background-color: red !important;
}
Regards,
Andy