Hello
I am having an issue getting rid of the active display block background color on the mega menu – sub menu.
It is currently green in the image.
I don’t want the background or text to change on the active page, I want it to look like CLASSIC next to it in the image. Basically remove the active state.
Hey bukkadesign,
Could you post a link to the site in question so that we can take a closer look please?
Best regards,
Rikard
Rollover Microwave Ovens, and the active page has a green bar. I just need to know the css to modify this.
thanks
Hi,
Thanks for the link. I think you have added that code yourself, here’s what I see in your enfold_child.css:
.header_color .sub-menu > li.current-menu-item > a, .header_color .sub-menu > li.current_page_item > a {
background-color: #9ecf66 !important;
color: #fff !important;
}
Please try to remove the code or edit it to the colour of your choice.
Best regards,
Rikard
Yes sorry, I found the solution, I was searching google for active, but it was current page.
I got it fixed.
Thanks