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!
How do I change color of the underlining of links? In hover and active pages.
Thanks for your help.
Hi Luis,
Do you want to change the underline in all links or only in the header menu?
Can you please send us your site URL first, so we can investigate your site and then get back to you with possible solution.
P.S. make sure you've disabled the Maintenance/Coming Soon mode
Best regards,
Laborator Team
Hi Luis,
Add the following CSS to Custom CSS:
.main-header.menu-type-standard-menu .standard-menu-container.menu-skin-main div.menu > ul > li > a:after, .main-header.menu-type-standard-menu .standard-menu-container.menu-skin-main ul.menu > li > a:after { background-color: #FF0000; }Don't forget to change the #FF0000 value to any color you would like to use instead of the red one.
Best regards,
Laborator Team