Important:
This support area is for Kalium 3 users only.
Support for Kalium 4 has moved to our new platform at support.laborator.co.
If you’re using Kalium 4, please create a new account there using your email and license key. A password will be sent to you automatically.
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:
.header-block__item.header-block__item--type-menu-main-menu.header-block__item--standard-menu-container { display: none; }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:
.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.