How to get rid of white content background

I am using X Integrity. I can change background image as I wanted but the problem is how to get white background away from content area. I copied template from another exiting page, and tried to compare and check all settings between pages but now I have to raise my hands. I don´t know how to get rid of content areas white background. Any ideas?

Hi Kim,

Please change the page template of your home page to Blank - No Container | Header, Footer:

Hope it helps :slight_smile:

Thanks! I tested but nothing changes. The page background itself is ok and I added picture there, but that content area has a white blank background.

Hi Kim,

Upon checking your website, the home page is still using the Blank - Container | Header, No Footer template. Please change it to Blank - No Container | Header, Footer.

Or you can add this custom CSS under Theme Options > CSS:

.home .entry-wrap {
    background: transparent;
    box-shadow: none;
}

Hope it helps :slight_smile:

That header…footer thing I tested and changed. Did not work, so I changed back. That´s why it was “still” as such.
But many thanks, that custom CSS worked. I am not familiar at all with codes. Thumb up for you!

You’re welcome, Kim.

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