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 can I remove this gray line in the footer? I can't seem to track down the appropriate element to adjust.
Hi erbanach
Please read the article to learn how to use Custom CSS, then past the code below to hide the element.
.main-footer hr{ display:none; }Thank you.
Thanks - that worked!