Hey everyone! I was wondering if anyone has any solutions for the issue I'm running into. I have a background image that spans the entire homepage. It was working fine up until a few days ago, but now the image won't load in.
Here's the code snippet I used:
#collection-62ad24adc2341363832f702f{
#siteWrapper, #page, body {
background-image:url(https://static1.squarespace.com/static/629fc86d51f5e1642d21c366/t/62c6116c75e51d5206ce36aa/1657147761583/background.png)!important;
background-size: cover!important;
}
}
#page .page-section {
background: transparent!important;
}
#page .page-section .section-background {
background: transparent !important;
}
I also attached a screenshot of the homepage when it was working as planned. Thanks so much for any help you can provide!