failbetter Posted January 31, 2022 Share Posted January 31, 2022 (edited) Site URL: https://calliope-trout-pzeh.squarespace.com/ Is it possible to make the footer transparent so that the image background from the previous section shows behind the footer? Edited February 1, 2022 by failbetter Link to comment
tuanphan Posted February 4, 2022 Share Posted February 4, 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
failbetter Posted February 6, 2022 Author Share Posted February 6, 2022 Thanks @tuanphan but sadly that doesn't work. I'm wondering if you applied the same 'dynamic' style to it like the new header adjustments if it would work? I've set up a trial site to test this stuff. https://perch-violet-rafz.squarespace.com/ pw: layout Also the site i was originally trying to do it on had a video embedded as the background i don't know if that wold have made any difference. Link to comment
failbetter Posted February 6, 2022 Author Share Posted February 6, 2022 #footer-sections {background-color:transparent !important;} #footer-sections .section-background {display:none!important} #footer-sections .page-section{background-color:rgba(0,0,0,0)!important} I've tried all if these Link to comment
tuanphan Posted February 12, 2022 Share Posted February 12, 2022 On 2/6/2022 at 5:26 PM, failbetter said: Thanks @tuanphan but sadly that doesn't work. I'm wondering if you applied the same 'dynamic' style to it like the new header adjustments if it would work? I've set up a trial site to test this stuff. https://perch-violet-rafz.squarespace.com/ pw: layout Also the site i was originally trying to do it on had a video embedded as the background i don't know if that wold have made any difference. It looks like you figured it out? 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
failbetter Posted March 1, 2022 Author Share Posted March 1, 2022 yeah but it doesn't work for a video. 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