Okay
  Public Ticket #3032812
Hide menu
Closed

Comments

  • Jemma started the conversation

    Hello,

    I would like to create a new page and hide the main menu on only this page.

    I have explored the header and menu options but can't seem to find how to hide on a chosen page without changing all the pages.

    Thanks for your help.

  • [deleted] replied

    Hi Jemma,

    So you want to hide just the menu and not the entire header right? If you want to remove the menu then please just go to that page that you want t do this change and navigate to Parameters and Options area > Custom CSS and add this CSS code:

    .header-block__item.header-block__item--type-menu-main-menu.header-block__item--standard-menu-container {
        display: none;
    }

    Have a nice day!

  • Jemma replied

    Hi Ylli,

    That works great, thank you for your help.

    If in the future I wanted to hide the entire header instead, what would the CSS be?

    Have a nice day!

    Best wishes,
    Jemma

  • [deleted] replied

    Hi Jemma,

    This would be the CSS code to hide the entire header:

    .header-block {
        display: none;
    }

    Have a great weekend!

    P.S: If you like the theme, it would help us a lot if you could give us a five-star rating on Themeforest from your Downloads tab.

    A huge thank you from me and Laborator in advance.