Strange white box behind content sections

Can someone help me with this strange phenomena?

When I am editing my websites in the Safari web browser there is no strange white box behind my content section,
But when I review my website in another browser like Google Chrome, there appears to be a white band/box behind my first content section.

Firstly I added the background picture under the global site settings, then I tried to ad the picture to every single page but this did not resolve the problem.

Very strange, hopefully someone can help me here, thank you.

Hi There,

That’s the default background color of Ethos stack.

To hide it, please add this custom CSS under Theme Options > CSS:

.x-container.main:before {
    display: none;
}

Hope it helps :slight_smile:

1 Like

Yes! It worked! Thank you very much!
Awesome :smiley:

You’re most welcome!

1 Like

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