Under Enfold Child General Styling – Footer, I have to choose an alternate background color. For some reason this background color appears in my footer widget surrounding the link to the current page. It looks terrible. See attached private link – in the footer under ‘Quick Links’ the current page, The Blue Frog Menu, shows the background color.
Thanks for giving me the css to eliminate this.
Hey Mike!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.footer_color .widget_nav_menu ul:first-child>.current-menu-item {
background-color: transparent;
}
Regards,
Yigit
Thank you! This took care of it.