Since you have not added the site URL or WP credentials I cannot see which header type you are using so I could simply explain how to disable the feature under Theme Options, so to hide the header completely I will provide you with custom CSS which you will have to add under Custom CSS:
.site-header {
display: none;
}
If you don't know how to add custom CSS please follow this guide from our documentation:
Hi, i want to know hot to disable the menu in Kalium. I want to eliminate menu both on mobile and desktop.
In desktop I already did it but I don't see the option for mobile, I still see the hamburger icon for the menu.
There are any option or css code for that?
Thanks
Hi rgallardo,
Since you have not added the site URL or WP credentials I cannot see which header type you are using so I could simply explain how to disable the feature under Theme Options, so to hide the header completely I will provide you with custom CSS which you will have to add under Custom CSS:
If you don't know how to add custom CSS please follow this guide from our documentation:
https://documentation.laborator.co/kb/kalium/adding-custom-css/
Best regards,
Laborator Team
Hi Art, thanks for your answer.
You're welcome, have a great day
Best regards,
Laborator Team