Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1234995

    Any other ideas for not showing the hamburger (or any) menu on mobile?

    Thanks!

    #1235184

    Hey Jade,

    You can hide it for all pages by adding this CSS code in Quick CSS, located in Enfold > General Styling:

    .page #header .av-burger-menu-main {
        display: none !important;
    }

    If you want to include all posts:

    .single-post #header .av-burger-menu-main {
        display: none !important;
    }

    Best regards,
    Nikko

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.