Hi,
as seen in the image atttached I get a white background of active footer widget links.
Please let me know how to remove the white background.
Thanks in advance,
Timo
Hi digalo!
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, .footer_color .widget_nav_menu ul:first-child>.current_page_item {
background-color: transparent;
}
Cheers!
Yigit
Awesome, thx!