Sladey16 Posted March 8, 2021 Share Posted March 8, 2021 HI, HOW CAN I ADD A COLOR BACKGROUND TO MY FOOTER? THANK YOU!!! Link to comment
ErikaT Posted March 8, 2021 Share Posted March 8, 2021 Hi, you can do it just by editing a page, scrolling down to footer, and editing the footer block. Then select colours and a colour from your colour themes. Or, if you want a different colour to what's in your colour themes then add the below custom code if you have a 7.1 template: footer, footer * { background-color: green!important; } Replacing green with whatever hex colour you want: https://htmlcolorcodes.com/ Or do you have a 7.0 template? Link to comment
Sladey16 Posted March 8, 2021 Author Share Posted March 8, 2021 Hi, I tried using this code but there was no change to my footer... Link to comment
ErikaT Posted March 8, 2021 Share Posted March 8, 2021 Hi, have you got a link to your site, I assume you're using a 7.0 template? Thanks! Erika Link to comment
Sladey16 Posted March 8, 2021 Author Share Posted March 8, 2021 dinosandyoung.squarespace.com Password: dinosandyoung2021 Link to comment
ErikaT Posted March 9, 2021 Share Posted March 9, 2021 Ah okay is: footer#footer { background: #F1ECC2; } Link to comment
ErikaT Posted March 9, 2021 Share Posted March 9, 2021 And if you wanted your footer full width: #footer { background: #F1ECC2; max-width: 100%; } Link to comment
Solution tuanphan Posted March 20, 2021 Solution Share Posted March 20, 2021 On 3/9/2021 at 6:15 AM, Sladey16 said: dinosandyoung.squarespace.com Password: dinosandyoung2021 Add to Design > Custom CSS /* Footer background */ footer#footer { background: red; margin-left: 0; margin-right: 0; max-width: 100%; padding-left: 40px; padding-right: 40px; } jjohansson 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Iwan Posted March 21, 2022 Share Posted March 21, 2022 Hi there! Further to the above, can I have a different colour background for each page's footer? Link to comment
tuanphan Posted March 22, 2022 Share Posted March 22, 2022 18 hours ago, Iwan said: Hi there! Further to the above, can I have a different colour background for each page's footer? Edit each page >> Add a Code Block at bottom of page >> Paste this code <style> /* Footer background */ footer#footer { background: red; margin-left: 0; margin-right: 0; max-width: 100%; padding-left: 40px; padding-right: 40px; } </style> jjohansson 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Iron_Hayden Posted January 27, 2023 Share Posted January 27, 2023 How do I apply this code to only change the colour of the 'Footer Middle Blocks'? Link to comment
tuanphan Posted January 28, 2023 Share Posted January 28, 2023 21 hours ago, Iron_Hayden said: How do I apply this code to only change the colour of the 'Footer Middle Blocks'? What is your site url? We can adjust code easier Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
byebarcelona Posted February 8, 2023 Share Posted February 8, 2023 On 1/28/2023 at 1:05 AM, tuanphan said: What is your site url? We can adjust code easier I have used the code you provided, but footer's background color does not change. Could you help me? https://www.shiqius.com/work/newsaction Link to comment
tuanphan Posted February 11, 2023 Share Posted February 11, 2023 On 2/8/2023 at 11:54 AM, byebarcelona said: I have used the code you provided, but footer's background color does not change. Could you help me? https://www.shiqius.com/work/newsaction You mean Footer, or this section? If footer, use this code <style> footer.sections .section-border, footer.sections .section-background, footer.sections { background-color: #000 !important; } </style> jjohansson 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
byebarcelona Posted February 23, 2023 Share Posted February 23, 2023 Hey Tuanpan, Thank you for answering my questions. I don't know why but it still does not work. Could you help me? Link to comment
tuanphan Posted February 26, 2023 Share Posted February 26, 2023 On 2/24/2023 at 2:01 AM, byebarcelona said: Hey Tuanpan, Thank you for answering my questions. I don't know why but it still does not work. Could you help me? Try save & reload the site If it doesn't work, let me know, we will adjust the code to you can add it to CSS box Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
byebarcelona Posted March 1, 2023 Share Posted March 1, 2023 Hey Tuanphan, No. I saved and reloaded. It just couldn't work. Thank you so much for your help. Link to comment
tuanphan Posted March 6, 2023 Share Posted March 6, 2023 On 3/2/2023 at 12:21 AM, byebarcelona said: Hey Tuanphan, No. I saved and reloaded. It just couldn't work. Thank you so much for your help. Can you take a screenshot of "footer"? or you mean Pagination Section? Above code for Footer, not Pagination Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment