Hello!
Could someone please help me with taking the background off of the widget navigation active menu item? Can’t figure it out, thanks so much guys!
Hey peanuttario,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
#top .content .flex_column .widget_nav_menu ul:first-child>.current-menu-item, #top .content .flex_column .widget_nav_menu ul:first-child>.current_page_item {
background-color: transparent;
}
Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.
Best regards,
Yigit
You are the best Yigit! Appreciate the quick response :)