Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #240219

    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?

    #240224

    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

    #240225

    Thank you sir!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Remove the menu on mobile devices.’ is closed to new replies.