Change Font color in Footer Theme Credit

Hi there,

I’ve been trying to figure out how to modify the text colour of the footer credits area that says “Theme by Colorlib Powered by WordPress”.

I can get it to change the colour of the links, but not of the main text that says “theme by” and “powered by”. They seem to be using the body text settings. How do I override these?

Thanks,

Holly

Hi Holly,

Thank you for your another question.

You can try changing the text color of it by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Shapely Options -> Other

#colophon .site-info {
    color: #fff;
}

Please change the color value in the above code to whatever you want to use by referring the following pages.

http://www.w3schools.com/html/html_colors.asp
http://www.w3schools.com/html/html_colorvalues.asp
http://www.w3schools.com/tags/ref_colorpicker.asp

Best Regards,
Movin