Background image not appearing on site

Hello,

I’m having trouble with my background images. For some reason when I add sections onto a page they completely block out the background image, even though they are set to be transparent.

You’ll see on my website Elainesintherain.com that all pages with content (such as the work pages) have no background, while blank pages (such as the actual page titled WORK) shows the background. (White strip appearing on page is a blank section.

On page settings I have all templates set to Blank - No Container Header, Footer. Which I thought was the source of my problem. What’s going on?

Hi,

Your site is currently under construction mode so I am not able to check.

You can try adding this in Theme Options > CSS

.entry-wrap {
    background-color:transparent;
}

Hope that helps.

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