Hello,
I apologize if this has already been answered. How can I make the small mobile menu that appears on small screen sizes appear as white horizontal lines against a 100% transparent background (so that the header underneath is visible) rather than appearing as a small solid white box, as it currently does. Thanks again.
Hey Joe!
Please add following code to Quick CSS in Enfold theme options under general Styling tab
#advanced_menu_toggle, #advanced_menu_hide {
background-color: transparent!important; }
Best regards,
Yigit
thanks! that did the trick