What do I need to do in the css to hide the enfold menu, as I want to play around with the Responsive Menu Plugin and not have conflicts going on?
Thanks
Hi nigdowser!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
nav.main_menu, #advanced_menu_toggle, #advanced_menu_hide { display: none!important; }
Best regards,
Yigit
Thanks! Your a gem!