I notice that when the site loads (Shoutbox theme is activated), I see a black screen while it's loading.
How do I remove this?
Thanks,
Lily
I notice that when the site loads (Shoutbox theme is activated), I see a black screen while it's loading.
How do I remove this?
Thanks,
Lily
Hey,
I think this is caused by the dark html background color. Try to add following code to css/cstom.css:
html {
background-color: #fff;
}You must log in to post.