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,
My client requests to remove green underlines upon hover over links at https://joolsgilson.com/art-performance/, and I believe this has something to do with transform CSS. Do you have some code I can use to disable underline?
Thanks,
Patrick
Hi Patrick,
Can you try adding this CSS to Custom CSS to hide the underline globally in your site:
.site-footer a:after, .wrapper a:after { background-color: transparent; }Best regards,
Laborator Team