body background flashing purple
- The topic ‘body background flashing purple’ is closed to new replies.
Need help? Check out our Support site, then
When a page loads, sometimes there is a flash of purple — as if the body background was purple and we see a glimpse of it before the images and other sections overlay it. Is there a way to get rid of that? I already tried this code:
body {
background-color: transparent;
}
But that didn’t seem to have any effect.
Thanks!
The blog I need help with is: (visible only to logged in users)
Hi there,
Please try this:
#hero {
background-color: transparent;
}
Cheers.