Hey,
Would you mind posting a link to your site? Then I can try to help with the CSS.
Thanks,
Kevin
Thread Starter
mjgjhb
(@mjgjhb)
Hi Kevin
are you still available to help with this topic?
pls advise
Can you post a link please?
That link isn’t taking me to a website. Can you check it and make sure it’s right?
-Kevin
Thread Starter
mjgjhb
(@mjgjhb)
Try adding this CSS to Theme Options> Advanced Settings and let me know if it works for you!
.sidebar ul li a {
color: #D71D5E;
}
-Kevin
Thread Starter
mjgjhb
(@mjgjhb)
Thanks Kev, it does work.I’ve set the text to white.
However the hover colour doesn’t work now.
can you advise.
This CSS will select that element on hover.
.sidebar ul li a:hover {
color: #D71D5E;
}
-Kevin
Thread Starter
mjgjhb
(@mjgjhb)
Thanks Kevin – works perfectly.
Many thanks.