Hi,
I’m using Enfold and have a custom menu in one of my widgets and am trying to target and remove the background on the current-menu-item.
I’ve tried everything but just can’t seem to target it and am feeling rather stupid.
Thanks,
Hi DigitalEssence!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.widget_nav_menu ul:first-child>.current-menu-item, .widget_nav_menu ul:first-child>.current_page_item, .widget_nav_menu ul:first-child>.current-menu-ancestor {
padding-left: 0;
left: 0;
box-shadow: none;
background-color: transparent!important;
}
Regards,
Yigit
Perfect, thank you.