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.
By default the theme creates a border-bottom when any <a> element is :hover or :focus. I'd like to remove this in to build my own buttons. "border-bottom: 0 !important;" does not do anything.
Please see attached screenshot.
Thank you
Hi there,
Add this CSS to remove the bottom border:
.wrapper a:after, footer.main-footer a:after { display: none; }Best regards,
Laborator Team
Thank you, worked great.
Glad to hear that it worked
Best regards,
Laborator Team