CynMetz Posted November 24, 2022 Share Posted November 24, 2022 Hi, I set up our website in 2020 and everything has been fine till I noticed today the gradient background I set up for every page is gone. The footer is also weird. When I check the CSS and change it, it only changes the footer colours. I haven't changed any CSS codes, so not sure what has happened? The code I used for it: .site-wrapper{background: linear-gradient(to top,#A9ACB6, #00688B, #000000)!important;} .page-section, .section-background{background:transparent!important;} Any help appreciated! Link to comment
Solution beatrizc Posted November 25, 2022 Solution Share Posted November 25, 2022 Hey @CynMetz! That issue is coming from a recent update. There's a new container (.section-border) that carries the background color for the content sections. And since that one isn't being targeted in your current code, it's not set as transparent. You can easily fix that by swapping that second code line for this one: .page-section, .section-background, .section-border {background:transparent!important;} Hope that helps! tuanphan 1 Squarespace Customization Geek | Helping fellow designers code the heck out of Squarespace ☞ Get the free Squarespace Coding Essentials guide to reach that next level of customization you're aiming for. ☞ Check out all the plugins & mini-courses and masterclasses available to help speed up your projects. ☞ Looking to outsource a customization or fix? I'd love to help you out. Get in touch! Website | Youtube | Facebook | Pinterest Link to comment
CynMetz Posted November 25, 2022 Author Share Posted November 25, 2022 Thank you so much! That fixed it! 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