Hi Im getting a white page in Chrome and Firefox browsers as opposed to the intended bg image in Safari. Any suggestions?
as intended below
Hi Im getting a white page in Chrome and Firefox browsers as opposed to the intended bg image in Safari. Any suggestions?
as intended below
Hi @Chris_D,
Thanks for writing in.
I checked and looks like what you’re seeing (intended view) is cache version. There is no background in all of my tests on multiple browsers.
The reason for that is the specific styling from Ethos stack, but you can fully display the background by overriding that CSS. Please add this CSS to your global custom CSS.
.x-container.main:before {
display: none !important;
}
Thanks!
Thanks, you guys are brilliant!
You’re welcome!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.