Comments 6minorkontor started the conversationMay 8, 2018 at 2:57pmWhen 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 1,559Laborator repliedMay 9, 2018 at 7:56amHi 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 Documentation Join Kalium Users Group Sign in to reply ...
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:
Thank you
Hi there,
You can use this CSS in that post only, it has a different style but at least it works:
Best regards,
Laborator Team