Background image not visible anymore

Although I have set a background (https://prnt.sc/pdz3zf), it is not visible anymore. How can we fix this?

My website: http://www.thoekskekeerbergen.be/

Hello @Pablo,

Thanks for writing in! It turns out that you are using Ethos stack. To resolve this, please add the following CSS code in the X > Theme Options > Global CSS (http://prntscr.com/evui3r)

.x-container.main:not(.x-row):not(.x-grid):before,
.home .x-container.main:before, body:not(.home) .x-main {
    background-color: transparent !important;
}

We would love to know if this has worked for you. Thank you.

Hi @RueNel,

this works fine. Thank you.

Regards,
Pieter

You’re most welcome @Pablo!
It’s good to know that it has worked for you.

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