Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .footer .footer-inner h3 { color: red; } .footer .footer-inner ul li a { color: red; } .footer .footer-inner p { color: red; } Inplace of "red" put your color code.
Thank you for our quick reply. I pasted it in the correct place. Unfortunately, this doesn't seem to be working. Here is the link to the site http://www.abigailadamsbirthplace.com/wordpress/
We have seen your website you have added color code #FFFAF0 and it is display at your footer. If you want another color you can edit it in same code.
you're right....my mistake. I meant the text at the very bottom of the site (which I thought was called the footer) which reads: Abigail Adams Portrait - courtesy of the Massachusetts Historical Society Is there any way to change that?
Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .footer-bottom .copyright { color: red; } This will solve your issue.