Cant view page bg past white section background

Hi,

I’m trying to have a page background display so I can have all the content on my page scroll over it. But I can’t view the bg past the white of the section even with it set to transparent.

Trying through CSS but using my-section class I then lose only the backgrounds from containers rather than the section itself.

Hi @StickinOut,

The white background behind sections are page background set on renew stack. To reset it to transparent, please add this custom CSS on Theme Options > Global CSS:

.site, .x-site {
    background: transparent;
}


Awesome,

Sorted it first time as usual. You’re all great!

You’re welcome, @StickinOut.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.