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,
1. Right now my top menu background is black and text color is white. When I hover over menu item I'd like the font color to be white and underlined.
2. I would like links in the footer to be white and when hovered they should stay white and underlined.
I've been trying for a few hours to get to these elements with css but cannot.
Thank you.
Hi Douglas,
By adding the following CSS to Custom CSS you should be able to achieve these changes:
.top-menu-container .top-menu ul li a:hover { color: #FFF !important; } .site-footer a { color: #FFF; } .site-footer a:hover { color: #FFF !important; } footer.site-footer a:after { background-color: #FFF !important; }Best regards,
Laborator Team