Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save ashlie-elizabeth-moore/59fd0dabe7c5ebae00678112bb14dca6 to your computer and use it in GitHub Desktop.

Select an option

Save ashlie-elizabeth-moore/59fd0dabe7c5ebae00678112bb14dca6 to your computer and use it in GitHub Desktop.
Divi Theme Builder Fix - Black Background when site loading [Archived]
/* Black Background */
body{
background-color: black;
}
#main-content{
background-color: transparent !important;
}
@ashlie-elizabeth-moore

Copy link
Copy Markdown
Author

Because I can't stand my dark websites having a white loading screen :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment