Created
April 28, 2022 20:21
-
-
Save ashlie-elizabeth-moore/59fd0dabe7c5ebae00678112bb14dca6 to your computer and use it in GitHub Desktop.
Divi Theme Builder Fix - Black Background when site loading [Archived]
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* Black Background */ | |
| body{ | |
| background-color: black; | |
| } | |
| #main-content{ | |
| background-color: transparent !important; | |
| } |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Because I can't stand my dark websites having a white loading screen :)