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