Hey!
This code used to work for achieving a gradient background through my whole site (full page).
.page-section, .section-background{background:transparent!important;}
.site-wrapper{background: linear-gradient(#000000, #efede8)!important;}
And this to add full page background image to only my homepage.
.homepage{
#page{
background-image:url(https://static1.squarespace.com/static/60836bb8f7080a30215f0f8e/t/6367e03c3be40a557160fd95/1667752007410/sliert+14.png);
background-size: cover;
background-size: cover;
background-position: center center;
background-repeat: no-repeat!important;}
}
Unfortunately the code stopped working after a recent update. Hopefully someone can point my mistake in the code!
Thank you!