IB1988 Posted October 29, 2019 Share Posted October 29, 2019 Hi I'm looking to alter the background colour of the footer using the Avenue template. I want it to be a different colour to the rest of the website background colour. It doesn't seem to allow this in site styles - any suggestions of how I can do this? Thank you Link to comment
tuanphan Posted October 29, 2019 Share Posted October 29, 2019 Add to Home > Design > Custom CSS /* Footer Full width and background color */ #canvas { max-width: 100%; position: relative; } #footer { position: absolute; bottom: 0; left: 0; right: 0; padding: 60px; background: gray; } section#page { margin-bottom: 150px; } Reference: https://beaverhero.com/avenue-squarespace/#Footer_Background_Color_Footer_Full-width 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
IB1988 Posted October 29, 2019 Author Share Posted October 29, 2019 Thanks but I'm afraid this didn't work. Which section do I need to input the code into?! Link to comment
tuanphan Posted October 29, 2019 Share Posted October 29, 2019 2 minutes ago, IB1988 said: Thanks but I'm afraid this didn't work. Which section do I need to input the code into?! Add to Home > Design > Custom CSS 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
IB1988 Posted October 29, 2019 Author Share Posted October 29, 2019 Thank you - that worked! Link to comment
tuanphan Posted October 29, 2019 Share Posted October 29, 2019 @IB1988 You can Like & Upvote, other members can use if they know it worked. Thanks. 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
Archived
This topic is now archived and is closed to further replies.