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,
Is there an option in this theme to achieve the slider being under the header bar and the header bar being opaque? Thank you!
Hi Mannix,
I did this by adding the following CSS in your Custom CSS area:
header.site-header { position: absolute; background: rgba(255,255,255,0.4); width: 100%; }Best regards,
Laborator Team
Hello,
Thank you very much for this. One comment though, since the header bar is on absolute position, even the header on the product pages that it overlaps with the product page contents like the screenshot attached. Is there a way to fix this?
Hi Mannix,
Please add the code below to Custom CSS
@media screen and (min-width: 768px) { .admin-bar header.site-header.sticky.sticked { background: #fff; } }