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.
Hi,
I created a landing page with simple text and a button which will display on top of a video loop. I would like to be able to remove header and footer from this page only, so that I am left with only text + button * background video. Is it possible?
Second question:
Although my menu item are in sentence case on desktop, they appear all uppercase on mobile. It's weird because I am using the same menu for both.
Is there a way to have the menu items in sentence case on mobile?
Thanks,
Tommaso
Hi Tommaso,
1— Can you please add the code below to Parameters and Options > Custom CSS (so on that page only):
header { display: none !important; } #footer { display: none !important; }2— Just add the code below to Custom CSS:
.mobile-menu-wrapper .mobile-menu-container ul.menu>li>a {
text-transform: none !important;
}
Thanks a lot Ylli that solved it!
Hi Tommaso,
I'm glad hear this
Will set this ticket as solved from here.
P.S: If you like our theme, it would help us a lot if you could give us five star rating on themeforest from your Downloads tab, (if you don't know how, just open this link).
A huge thank you from Laborator in advance and have a great day!