Background Images

Hi there,

I had set up loads of lovely background images on this website, but they are no longer visible.
I am not sure what I have done, but I tried to make the blog/blog posts with a black background on the recent development I made, but putting customiser codes in. However, the backgrounds have been added on every page seperately, on the ‘background image’ function (before you go into Pro plugin). I have tried deleting all customiser code, and the background does not show the images but simply shows up white.

Any help appreciated!

Hi There,

Thanks for writing in!

I can see there is a custom CSS which is causing the issue. It may be due to some setting. As I don’t have access to your admin, I would like to suggest you a CSS fix.
Please add this below CSS to your theme Option -> global CSS

.backstretch {
z-index: auto !important;
}

Hope this helps!

Hi there! Thanks for your help! This works on all other pages, but sadly covers the blog page and the blog post pages (completely!) so all content disappears under the image. Any help appreciated!

Hi There,

Thanks for writing in!
Just remove the CSS and use this.

.site {
background-color: transparent !important;
}

Thanks

Hi there! That’s perfect thanks!

1 Like