[Resolved] Disable mobile menu on landing page

Home Forums Support [Resolved] Disable mobile menu on landing page

Home Forums Support Disable mobile menu on landing page

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #663143
    Goran

    Hi there,

    I’d like to disable the menu on a landing page I’m building. I’ve used Disable Elements to disable the top bar, header and primary menu, but while that works on a computer it doesn’t seem to change anything on a mobile device. This is the page:

    https://www.sommaroy.no/campain/christmas-offer/

    I’ve also tried using some of the code snippets recommended to someone else, but it does not work.

    Thanks for help. PS! GP is my new WP-love!

    Goran

    #663160
    Goran

    This is a sort of fixed, turned of the mobile header globally in theme options, but i would like a fix to turn of the mobile menu per page (same as with desktop menu).

    Thanks.

    #663177
    David
    Staff
    Customer Support

    Hi there,

    currently there is no page level control to do this, but may be added in later updates.
    We can provide some CSS to remove it? And if you use Toms Simple CSS plugin:

    https://wordpress.org/plugins/simple-css/

    It provides a CSS Metabox on the page, so the CSS will only apply there. Let me know.

    #663179
    Goran

    Hi

    Yes, i use Toms Simple CSS, so i happily have some CSS from you.

    Thanks!

    Goran

    #663182
    David
    Staff
    Customer Support

    Hi Goran,

    so do you want to remove the mobile header in its entirety or just the mobile menu element?

    #663191
    Goran

    Remove the mobile header in its entirety, as i working on a lot of landing pages.

    #663267
    David
    Staff
    Customer Support

    Hi there,

    this should do the trick:

    #mobile-header {
    	display: none !important;
    }
    #665049
    Goran

    Thanks, it worked like a charm! 🙂

    #665114
    David
    Staff
    Customer Support

    Glad i could help

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