Hello Enfold team,
I want to tell you I really appreciate your help with the support.
When I refresh the site, it shows a whole grey background before loading the page. Anyway I can change that to white?
Thank you,
Frederic
Hi Frederic!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
html { background: white !important; }
Regards,
Yigit
Hey Frederic!
Try adding this code to the Quick CSS:
html {
background: white !important;
}
Cheers!
Josue