[Resolved] disable mobile menu on certain pages

Home Forums Support [Resolved] disable mobile menu on certain pages

Home Forums Support disable mobile menu on certain pages

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #225914
    Jasper

    I disabled the primary menu on certain pages. But the mobile menu still shows on these pages, how do i ‘turn off’ the mobile menu as well for these pages?

    #225926
    Stacey Usborne
    Staff
    Customer Support

    Hi Jasper,

    If you install Simple CSS (https://en-ca.wordpress.org/plugins/simple-css/), there are metaboxes you can insert code that will only affect that page.

    On those certain pages, you can use this CSS:

    .menu-toggle {
        display: none;
    }
    #226021
    Jasper

    thanks

    #226092
    Stacey Usborne
    Staff
    Customer Support

    You’re welcome 🙂

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