lookkook Posted May 26, 2022 Share Posted May 26, 2022 Site URL: https://lettuce-azalea-k7l4.squarespace.com/ Hi! I am trying to get my footer to adopt the background of the page and also have it be fixed. Is this possible since the footer is its own block? I am trying to practice recreating this site in Squarespace: https://toqa.tv/ This is mine: https://lettuce-azalea-k7l4.squarespace.com/ (pw: footerhelp) Link to comment
tuanphan Posted May 26, 2022 Share Posted May 26, 2022 Try adding to Design > Custom CSS /* Footer transparent */ body.homepage { position: relative; } body.homepage footer#footer-sections { position: absolute; bottom: 0; left: 0; z-index: 999; width: 100%; } body.homepage footer.sections section, body.homepage footer.sections .section-background { background: transparent; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
lookkook Posted May 28, 2022 Author Share Posted May 28, 2022 Hi @tuanphan I added that, but it didn't seem to do anything for the homepage. Am I missing something? Link to comment
tuanphan Posted May 29, 2022 Share Posted May 29, 2022 I thought your site is 7.1. Use this new code /* Footer transparent */ body.homepage footer.Footer { position: absolute; bottom: 0; left: 0; z-index: 999; width: 100%; background-color: transparent !Important; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
lookkook Posted June 20, 2022 Author Share Posted June 20, 2022 Awesome! Thank you so much! That worked! Link to comment
ellipon Posted April 26 Share Posted April 26 Hi @tuanphan ! Working in 7.1 Have tried the above code and some others floating around the internet and can't seem to get the transparent background to work (fixed footer works no problem). Any thoughts? site url: https://ukulele-chiton-zbz6.squarespace.com/ pass: sqspace Thanks! Link to comment
tuanphan Posted April 29 Share Posted April 29 On 4/26/2023 at 9:41 AM, ellipon said: Hi @tuanphan ! Working in 7.1 Have tried the above code and some others floating around the internet and can't seem to get the transparent background to work (fixed footer works no problem). Any thoughts? site url: https://ukulele-chiton-zbz6.squarespace.com/ pass: sqspace Thanks! Change last code body.homepage footer.sections section, body.homepage footer.sections .section-background { background: transparent; } to this body.homepage footer.sections section, body.homepage footer.sections .section-background, body.homepage footer.sections .section-border { background: transparent !important; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care 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