EnDylan
body > :not(.pace), body:before, body:after {
/*Edit .2s if you want the animation to be smoother*/
-webkit-transition: opacity .2s ease-in-out;
-moz-transition: opacity .2s ease-in-out;
-o-transition: opacity .2s ease-in-out;
-ms-transition: opacity .2s ease-in-out;
transition: opacity .2s ease-in-out;
}
body:not(.pace-done) > :not(.pace), body:not(.pace-done):before, body:not(.pace-done):after {
opacity: 0;
}
This code right here broke my site. All I get is a blank page for /admin.
I may have pasted it wrong, but just wanted to put out a warning.
Btw - in the event something like this happens to others, you can inspect your site to get your css location. Ssh to your server and edit the css manually. All your custom css should be at the bottom.