Tagged: menu
Hi, I’m trying to make my nav background colour change on the active page. I have used the following code but it doesn’t seem to be working.. Any ideas?
It seems to work for the home page though.
.current-menu-item > a {
background: #009640 !important;
}
Hey johnosjourney,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.current_page_item {
background:gold;
}
Best regards,
Vinay