Hi
How can I change the font colour of the menu text in my sidebar? I’d like to make it a darker grey if possible.
Example of what it currently looks like is here: http://tinyurl.com/qj9kdo9
Regards,
Rob
Hi Rob,
Try this CSS:
.sidebar li a {
color: black !important;
}
Regards,
Josue
Hi Josue
That worked. Thank you.
Regards,
Rob