How can I remove the menu that shows up on mobile devices? I have the header set to transparent and a menu chosen that has no links set. On the desk top there is no header/menu, which is what we are looking for but when viewed on the phone a small menu box appears but with no links inside. How can I get rid of this?
Hey D5WDesignGroup!
Please add following code to Quick CSS in Enfold theme options under Styling tab
@media only screen and (max-width: 767px) {
.container #advanced_menu_toggle, #advanced_menu_hide {
display: none;
}}
Regards,
Yigit
Thank you sir!