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 try to change the Link-Decoration by using CSS. I want to have that the Link-Decoration is not underlined. Iam trying to use the following CSS code: a: hover { text-decoration: none! important; } But it doesn't work. Can you help me there? I have attached a picture as an example. Thanks.Hi there,
Try adding this CSS to Custom CSS to remove the text underline completely in all links:
.wrapper a:after, footer.site-footer a:after, .wrapper a:hover:after, footer.site-footer a:hover:after { display: none !important; width: 0 !important; }Best regards,
Laborator Team