basic.css in Preloader 2.0.0, at css/basic.css
| 1 | #wptime-plugin-preloader{ |
| 2 | display: none !important; |
| 3 | } |
| 4 | |
| 5 | #the-preloader-element { |
| 6 | position: fixed; |
| 7 | top: 0; |
| 8 | left: 0; |
| 9 | width: 100%; |
| 10 | height: 100%; |
| 11 | z-index: 99999999; |
| 12 | display: flex; |
| 13 | align-items: center; |
| 14 | justify-content: center; |
| 15 | transition: opacity 0.3s ease-in-out; |
| 16 | text-align: center; |
| 17 | } |
| 18 | |
| 19 | #the-preloader-element, #the-preloader-element div{ |
| 20 | line-height: 0; |
| 21 | font-size: 0; |
| 22 | } |