Comments Marcello Camera started the conversationApril 25, 2020 at 12:55amI need to change the colors of links in a bulleted list, when i go on it with mouse.Those elements are in the middle footer.I'm using karo 2.2 2,636Kevin repliedApril 25, 2020 at 2:27amHi Marcello Camera! Add the following css property at Appearance-> Customize-> Additional CSS to change colors as you scroll through.footer-middle ul li a: hover { color: #fff000 !important;}With # fff000 is the color code you can change thank youMarcello Camera repliedApril 26, 2020 at 7:33amHi Kevin, i wrote as you suggested me, but it doesn't work... 2,636Kevin repliedApril 27, 2020 at 2:28amPlease add this again .footer-middle ul li a:hover { color: #fff000 !important;}thank you Sign in to reply ...
I need to change the colors of links in a bulleted list, when i go on it with mouse.
Those elements are in the middle footer.
I'm using karo 2.2
Hi Marcello Camera!
Add the following css property at Appearance-> Customize-> Additional CSS to change colors as you scroll through
.footer-middle ul li a: hover {
color: #fff000 !important;
}
With # fff000 is the color code you can change
thank you
Hi Kevin, i wrote as you suggested me, but it doesn't work...
Please add this again
thank you