Hi!
I am about to launch a new website and have one problem left, that I struggle to solve:
The Native French language Homepage displays normally in Safari. The English version of the same Homepage (Same CSS and structure) under the /en/ folder, doesn’t display background images.
Some bg images are controlled by media queries (Hero), and some are done by native Section background options. Neither of them are displayed normally.
I have searched other threads and tried this recommended CSS:
.x-bg .x-bg-layer.x-bg-layer-image {
z-index: 0;
}
However, that didn’t made any difference. I have tried also removing all global Custom CSS, and that didn’t helped either. I have also tried with all plugins off.
Do you have an idea what could cause such behavior?
Thank you!

