Title: Background White On loading
Last modified: August 21, 2016

---

# Background White On loading

 *  Resolved [greenday](https://wordpress.org/support/users/greenday/)
 * (@greenday)
 * [13 years ago](https://wordpress.org/support/topic/background-white-on-loading/)
 * Is there anyway to get rid of, or change the colour white background colour when
   it loads?
 * [http://wordpress.org/extend/plugins/easing-slider/](http://wordpress.org/extend/plugins/easing-slider/)

Viewing 9 replies - 1 through 9 (of 9 total)

 *  Plugin Author [MatthewRuddy](https://wordpress.org/support/users/matthewruddy/)
 * (@matthewruddy)
 * [13 years ago](https://wordpress.org/support/topic/background-white-on-loading/#post-3838283)
 * Hi [@greenday](https://wordpress.org/support/users/greenday/), the loading background
   is transparent, so if you are seeing white it is most likely the background colour
   of the parent element the slideshow is within. This can most likely be changed
   to transparent using the CSS `background-color: transparent;`.
 *  Thread Starter [greenday](https://wordpress.org/support/users/greenday/)
 * (@greenday)
 * [13 years ago](https://wordpress.org/support/topic/background-white-on-loading/#post-3838340)
 * Hi Matthew, I am quite experienced with CSS, and have done some testing, and 
   i am now almost convinced that it is the plugin causing the white bg. It flashes
   white for half a second witht the loading circle.
 * I tried all sorts of things, including disabling all styles, except body and 
   html as black, and still i get it. Is there any examples of this pluin on a dark
   background where it doesnt go white to start?
 * Awesome plugin by the way, i use it on a lot of sites, this is the first time
   on a coloured background though.
 *  Plugin Author [MatthewRuddy](https://wordpress.org/support/users/matthewruddy/)
 * (@matthewruddy)
 * [13 years ago](https://wordpress.org/support/topic/background-white-on-loading/#post-3838347)
 * Hi [@greenday](https://wordpress.org/support/users/greenday/), can you link me
   to an example? I’ll take a quick look.
 *  Thread Starter [greenday](https://wordpress.org/support/users/greenday/)
 * (@greenday)
 * [13 years ago](https://wordpress.org/support/topic/background-white-on-loading/#post-3838353)
 * Hi, here is the link: [http://bit.ly/14IMbZj](http://bit.ly/14IMbZj)
 * Thanks for taking the time.
 *  Plugin Author [MatthewRuddy](https://wordpress.org/support/users/matthewruddy/)
 * (@matthewruddy)
 * [13 years ago](https://wordpress.org/support/topic/background-white-on-loading/#post-3838358)
 * Looks like the background colour is coming from the preloader itself – should
   have been transparent.
 * Add this CSS to your theme’s style.css file – should get it working!
 *     ```
       .easingsliderlite-preload {
           background-color: transparent !important;
       }
       ```
   
 *  Thread Starter [greenday](https://wordpress.org/support/users/greenday/)
 * (@greenday)
 * [13 years ago](https://wordpress.org/support/topic/background-white-on-loading/#post-3838362)
 * Thanks, but it doesnt work for some reason. I also tried #000000 and its still
   the same.
 *  Plugin Author [MatthewRuddy](https://wordpress.org/support/users/matthewruddy/)
 * (@matthewruddy)
 * [13 years ago](https://wordpress.org/support/topic/background-white-on-loading/#post-3838363)
 * Maybe try:
 *     ```
       .easingsliderlite .easingsliderlite-preload {
           background-color: transparent !important;
       }
       ```
   
 * Are you using any caching plugins and/or have you deleted browser cache?
 *  Thread Starter [greenday](https://wordpress.org/support/users/greenday/)
 * (@greenday)
 * [13 years ago](https://wordpress.org/support/topic/background-white-on-loading/#post-3838364)
 * It works!! Thanks so much for your help!
 *  Plugin Author [MatthewRuddy](https://wordpress.org/support/users/matthewruddy/)
 * (@matthewruddy)
 * [13 years ago](https://wordpress.org/support/topic/background-white-on-loading/#post-3838365)
 * Great to hear! Happy to help 🙂

Viewing 9 replies - 1 through 9 (of 9 total)

The topic ‘Background White On loading’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/easing-slider_262626.svg)
 * [Easing Slider](https://wordpress.org/plugins/easing-slider/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/easing-slider/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/easing-slider/)
 * [Active Topics](https://wordpress.org/support/plugin/easing-slider/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/easing-slider/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/easing-slider/reviews/)

 * 9 replies
 * 2 participants
 * Last reply from: [MatthewRuddy](https://wordpress.org/support/users/matthewruddy/)
 * Last activity: [13 years ago](https://wordpress.org/support/topic/background-white-on-loading/#post-3838365)
 * Status: resolved