Hello vgonzales11,
Try below css code.
/*Footer background color*/
.site-info{
background-color:#000;
}
/*Text & Link Color*/
.site-info .copyright {
color: #fff;
}
.site-info .copyright a{
color: #C69f70 ;
}
Hope this will helps you.
That worked perfectly!! Thanks so much! =)
Hi do you know how to edit the footer text itself?
-
This reply was modified 9 years, 4 months ago by
mwinebrenner.
Do you still need this info? It’s in the footer.php file under Appearance >> Themes. (Be sure to backup the original file before altering.)