I would like to use the page preloader on my site, however, when I activate it, it uses a white background. I assume it is taking the styling from general styling? I don’t want to change that but I would like the background when I activate the page preloaded to be black. Can you provide me with some quick css to do this? Thank you!
Hi djshortkut!
Please add following code to Quick CSS
#top .av-siteloader-wrap {
background-color: black !important;
}
Regards,
Yigit
That worked, thanks! You can close this thread.