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.
When the link is longer than one line the underline hover effect of the links won't be shown on the second line. Any clue why?
It works when I use the following code, but the text is shown divided:
.post-formatting a, .widget.widget_media_gallery a {display: block;
}
Thank you
Hi there,
You can use this CSS in that post only, it has a different style but at least it works:
.post-formatting a:after { display: none; } .post-formatting a:hover { text-decoration: underline; }Best regards,
Laborator Team