Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #412764

    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!

    #413068

    Hi djshortkut!

    Please add following code to Quick CSS

    #top .av-siteloader-wrap {
      background-color: black !important;
    }

    Regards,
    Yigit

    #413080

    That worked, thanks! You can close this thread.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Page Preloader Background Color’ is closed to new replies.