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.
I need to remove all underlines on the menu and the link on whole my website
Thanks
Hi aldosoraluz,
I think that you want to remove the underline animation when you hover on links. To do that change please add the code below to your Custom CSS area:
.site-footer a:after, .wrapper a:after { width: 100%; }Have a nice day!
Hello,
Now all links have an ugly underline, how can I remove this underline?
Thanks
Hi aldosoraluz,
Please remove the previous CSS code and add this one:
.site-footer a:after, .wrapper a:after { background-color: transparent !important; }it should work
Thanks!
Works great Thanks a lot
Happy to hear that
Have a wonderful day!
P.S: If you enjoy Kalium, you can head over to your Downloads tab and give it 5 stars. We will love you forever.