Hello, I want to hide / delete the icons of the mobile menu. I want to make only the text of the links.
How to change the background color for the menu and links sources?
LINK IMAGE
http://www.screencast.com/t/p3YqydJ5016c
Hey mleite1!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#mobile-advanced li > a:before, .html_header_mobile_behavior #mobile-advanced span > a:before, #mobile-advanced .mega_menu_title:before { display: none !important; }
Best regards,
Yigit