Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #1855782
hide main menu
Closed

Comments

  • Boris started the conversation

    Hi,

    my website uses only one page and the navigation in the menu is for anchors. I want to create one more page (for registration form purposes) and I`d like to hide the whole menu for this one page. I saw some general guide online to hide it with using css and .page-id but I wasn`t able to make this work.

    Is there a way to completely hide menu, header and footer on a single page?

    thanks in advance

    Boris

  •  7,095
    Oliver replied

    Hi,

    There are nothing complicated to make one page menu, pls. take a look at this video:

    If you need remove menu, you can make in the menu settings, just remove menu from the position tab:

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  • Boris replied

    Hi Gregor,

    perhaps I wasn`t clear enough. I want to have the menu on my page and I don`t have problems making one page website.

    But, I`ll have one additional page on my site that users can get to via link. On this page I need to hide the menu. Not on the whole site. I only need to hide the menu for one specific page. Is that doable?

    Thanks

  •  7,095
    Oliver replied

    Hi, 

    The simplest way will be hide it via the css:

    #site-header .primary-navigation {
        display: none;
    }
    

    5110651633.png

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  • Boris replied

    Hi Gregor,

    works great.

    thank you

  •  7,095
    Oliver replied

    Welcome!

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver