I've got a weird one, this little bit of code to add a sitewide bg image works on all pages while the custom css editor is open, but after saving and closing the editor, and navigating elsewhere on the website, the bg image no longer shows on any pages.
All of the other custom css above it still works, and I've tried shifting it to different places in the overall code, but still the same result.
Am I doing something daft here?
#siteWrapper {
background-image: url("/s/SoWE-Logo-BG-white-Alpha3.png?");
background-repeat: no-repeat;
background-position: center center !important;
background-size: cover;
}
Cheers for your help - if it's not obvious in the code, I can supply the site.
@FraserWilkinson Go to Home > Design > Custom CSS > Scroll down > Click Manage Custom File > Upload your image > Wait 1 minutes > Put the cursor at
background-image: url("pu
Question
FraserWilkinson 1
Hi there,
I've got a weird one, this little bit of code to add a sitewide bg image works on all pages while the custom css editor is open, but after saving and closing the editor, and navigating elsewhere on the website, the bg image no longer shows on any pages.
All of the other custom css above it still works, and I've tried shifting it to different places in the overall code, but still the same result.
Am I doing something daft here?
#siteWrapper {
background-image: url("/s/SoWE-Logo-BG-white-Alpha3.png?");
background-repeat: no-repeat;
background-position: center center !important;
background-size: cover;
}
Cheers for your help - if it's not obvious in the code, I can supply the site.
- Fraser
Link to post
Top Posters For This Question
7
5
3
Popular Days
May 3
9
Dec 3
5
May 4
1
Top Posters For This Question
tuanphan 7 posts
mbockmaster 5 posts
FraserWilkinson 3 posts
Popular Days
May 3 2020
9 posts
Dec 3 2019
5 posts
May 4 2020
1 post
Popular Posts
tuanphan
@FraserWilkinson Go to Home > Design > Custom CSS > Scroll down > Click Manage Custom File > Upload your image > Wait 1 minutes > Put the cursor at background-image: url("pu
FraserWilkinson
@tuanphan you're a legend - thank you! (I couldn't find this info anywhere in squarespace help) Thanks again, Fraser
Posted Images
14 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment