NielsUdink Sep 18, 2020 · 9:27 am #14945 Hi, since the last Theme update (1.6.0) I can’t change the page background. I do have the option to add a background using the premium theme, but I need a fixed, no repeat background.
Normally use this css in editor:
#page {
background-image: url(‘https://www.ninigames.nl/wp-content/uploads/2020/07/105986923_116094960147786_8590785083339207234_o.jpg’);
background-repeat: no-repeat !important;
background-attachment: fixed !important;
background-size: auto:}
Andrew Misplon Puro Sep 18, 2020 · 9:32 am #14946 Hi Niels
Thanks for reaching out. Please, try:
.site-content {
background-image: url(https://www.ninigames.nl/wp-content/uploads/2020/07/105986923_116094960147786_8590785083339207234_o.jpg) !important;
background-repeat: no-repeat !important;
background-attachment: fixed !important;
background-size: auto;
}
NielsUdink Sep 18, 2020 · 10:02 am #14947 Thanks, haven’t used the custom CSS, but works fine like this!
Andrew Misplon Puro Sep 18, 2020 · 4:42 pm #14952 Thanks for the follow-up. I’m glad to hear you’re making progress. All the best with your site 🙂