This topic has 8 replies, 3 voices, and was last updated 9 years, 11 months ago ago by Robert Hall
Hello!
How can I change the color of the footer text?
Hello,
Please use this code in custom.css file:
.container_footer_bg, .footer_container {
background-color: #222 !important;
}
Replace the color value with yours.
Thank you.
Regards,
Eva Kemp.
Sorry Eva,
I’ve put this code on the custom.css file
.container_footer_bg, .footer_container {
color: #A0A0A0 !important;
}
but it only changes the pink selected section in the footer (see the screen capture below), and I would like to change the blue section too.
Hello,
Please try this code.
.container_footer_bg, .footer_container, .footer_container li a {
color: #A0A0A0 !important;
}
Regards,
Robert Hall.
Almost!
Also please add this part of code.
.footer_container .tagcloud a, .footer_block .textwidget a{
color: #A0A0A0 !important;
}
Regards,
Robert Hall.
This finally worked! Thank you!!
Hello,
You’re welcome!
Regards,
Robert Hall.
The issue related to '‘Footer text color’' has been successfully resolved, and the topic is now closed for further responses