This topic has 6 replies, 3 voices, and was last updated 10 years, 6 months ago ago by Eva Kemp
How do I create a footer with background colour, in static blocks I tried adding a section, then row so that on the section I can then have a background colour, but when I preview the footer created with the section, it does not display properly, the footer only works when just a row is selected, but then I can not have a colour background.
Hello,
You can change the background color for footer block in custom.css file. How to create this file you can watch here.
If you have some problems please provide us with the site and admin panel credentials.
Regards,
Eva Kemp.
What’s the CSS code to change the color on the footer? (the very bottom copyright footer)
Thanks,
Whitney
Hello,
You need insert the following code in custom.css:
.copyright.copyright-3 { background: red; }
and replace the color name with yours.
.copyright.copyright-3 means the type of footer you’re using. You can check it in Theme Options > Footer. If you’re using the 1st footer type then you should write “.copyright.copyright-1”.
Regards,
Eva Kemp.
Awesome. It worked. Thanks.
Hello,
You are welcome.
Regards,
Eva Kemp.
The issue related to '‘Colour Background On Static Block Footer’' has been successfully resolved, and the topic is now closed for further responses