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.
how do you hide the header for cetain pages? for example, are you able to provide custom CSS to hide it?
Hi saleslfow,
You can add this CSS code:
.site-header { display: none; }in a specific page by going to Parameters and Options > Custom CSS.Thanks!
is there a way to keep the header but hide the menu?. so it just shows the logo
Hi saleslfow,
Yes, here is the CSS code:
.header-block--align-right { display: none; }Have a nice day!