Comments Jemma started the conversationApril 27, 2022 at 12:44pmHello, 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] repliedApril 28, 2022 at 6:59amHi 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 repliedApril 29, 2022 at 7:31amHi 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] repliedApril 29, 2022 at 8:47amHi 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. Sign in to reply ...
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.
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:
Have a nice day!
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
Hi Jemma,
This would be the CSS code to hide the entire header:
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.