This topic has 7 replies, 4 voices, and was last updated 9 years, 4 months ago ago by Eva Kemp
Hello,
I need to customize the footer color, how can I change it?
With an image or by css?
DEMO INTERIORS
http://www.laminotech.webacto.es/decoracion-privacidad/
Hello,
You can change footer background color in Theme Options > Footer > Footer Background Color.
Regards,
Eva Kemp.
Hello – I am having the same issue where I cannot change my Footer color. I have gone to Theme Options > Footer > Footer Background color, selected a new color, and saved it, but it still remains the wrong color.
Piggy backing on this post since it is the same issue.
Hello,
I am having the same problem that GraffitixSlam has, color setting do not works.
Hello @GraffitixSlam, @Fantasia
Please add this code in Theme Options > Custom CSS:
.footer-top-2, .footer-top .widget-title span {
background-color: #d6d6d6 !important;
}
Regards,
Eva Kemp.
Thank you for the code! It did update the background color. How can I change the text color in the footer now? I’ve selected a lighter bg, and choosing “dark” or “default” both produce grey and white text on a light background, so it’s not really readable. I would prefer black and dark grey text.
Example of how it appears now: http://i.imgur.com/WG9k4Eo.png
Hello @GraffitixSlam,
Please try to use this code in custom.css:
.footer-top-2 {
background-color: black !important;
color: grey !important;
}
.footer-top-2 .product_list_widget li .media-heading a {
color: grey !important;
}
Regards,
Eva Kemp.
Tagged: appearance, change, color, customize, footer, woocommerce, wordpress
You must be logged in to reply to this topic.Log in/Sign up