Tagged: background, socket
Hi ive got this situation. When site you enter website for very short time background is dark then after site is loaded its change to white. I checked that this color is comming from socket background and when i change it to white this problem is not appearing anymore but i want to preserve socket background color. How can i do this to have white color of website background during loading time and other color of socket
Hey chytry!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
html { background-color: white; }
Regards,
Yigit
ok now im embarrassed :) thanks!