• Resolved fluxresearch

    (@fluxresearch)


    I’ve removed the items that would go in the mobile menu at the top of the page but it still displays as menu on mobile devices.

    How would I remove the mobile menu?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Anders Norén

    (@anlino)

    Hi @fluxresearch,

    Go to Appearance → Customize → Additional CSS (the menu labels might be different in your language) and add the code below:

    .nav-toggle, .mobile-menu-wrapper { display: none !important; }

    Let me know if that does it.

    — Anders

    Thread Starter fluxresearch

    (@fluxresearch)

    Awesome! That does it.

    Thanks so much!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove Mobile Menu’ is closed to new replies.