Viewing 1 replies (of 1 total)
  • Hi @rilose,

    Thanks for reaching out!

    An out-of-the-box solution for this does not exist, so some additional CSS code will have to be added to the Appearance > Customize > Additional CSS area of your site.

    Hiding the main menu on this specific page can be achieved with the following code:

    
    .page-id-1235 .header__navigation {
    display:none;
    }
    

    You can hide the navigation on other pages by just replacing the “1235” with the post ID of whatever other page you want to hide it from. You can find the post ID in the URL when editing the page, as you can see here.

    Please let me know if this helped!

Viewing 1 replies (of 1 total)
  • The topic ‘Hide menus on certain pages’ is closed to new replies.