Comments Douglas Campbell started the conversationFebruary 25, 2018 at 8:33amHi,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. 1,560Laborator repliedFebruary 26, 2018 at 8:40amHi 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 Documentation Join Kalium Users Group Sign in to reply ...
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:
Best regards,
Laborator Team