Hi,
We are trying to make the Recent Blog Posts Footer Widget font color white to match the other footer content. We can’t seem to isolate that CSS. The site is: http://www.dev.churchstreetschool.org/.
Right now the blog posts are showing up as black and what looks like a different font. Any suggestions.
Many thanks!
Jordan
Hey!
Try adding this code to the Quick CSS:
#footer .news-link strong {
color: white !important;
}
Cheers!
Josue
Thanks so much!