failbetter Posted January 31, 2022 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
tuanphan Posted February 4, 2022 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 Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
failbetter Posted February 6, 2022 Author 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.
failbetter Posted February 6, 2022 Author 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
tuanphan Posted February 12, 2022 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 Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment