Tagged: footer, Text Color, widgets
I modified the dark background of the footer to a light grey.
I now need to alter the widget text colour so it can be visible. (and the hover over colour)
Any ideas?
ShutterLIVING.com
Hey Jamie A!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
#footer a {
color: red;
}
#footer a:hover {
color: blue;
}
Best regards,
Yigit
Thanks again, Fantastic support !