Title: Remove preloader
Last modified: September 25, 2021

---

# Remove preloader

 *  Resolved [femke98](https://wordpress.org/support/users/femke98/)
 * (@femke98)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/remove-preloader-3/)
 * I want to remove the preloader. I dont like it.
    But how i do that?
 * I have in the extra css
    #preloader{display:none !important;}
 * and i have remove the text, but you see a white page while you go the another
   page.
 * Who knows what to do to remove the preloader?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fremove-preloader-3%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [Kharis Sulistiyono](https://wordpress.org/support/users/kharisblank/)
 * (@kharisblank)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/remove-preloader-3/#post-14908942)
 * Hi [@femke98](https://wordpress.org/support/users/femke98/),
 * Try adding this CSS code to **Appearance** > **Customize** > **Additional CSS**
   from dashboard.
 *     ```
       .preloader {
         background-color: transparent !important;
         display:none !important;
       }
       ```
   
 * Regards,
    Kharis
 *  Thread Starter [femke98](https://wordpress.org/support/users/femke98/)
 * (@femke98)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/remove-preloader-3/#post-14909706)
 * YES!! Thank you. you are great!!
 *  [Kharis Sulistiyono](https://wordpress.org/support/users/kharisblank/)
 * (@kharisblank)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/remove-preloader-3/#post-14910658)
 * You’re welcome [@femke98](https://wordpress.org/support/users/femke98/)!
 * Please let us know in a new topic if you have any further questions, or if we
   can provide you with any other assistance.
 * Regards,
    Kharis

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

The topic ‘Remove preloader’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/theshop/1.12/screenshot.png)
 * TheShop
 * [Support Threads](https://wordpress.org/support/theme/theshop/)
 * [Active Topics](https://wordpress.org/support/theme/theshop/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/theshop/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/theshop/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Kharis Sulistiyono](https://wordpress.org/support/users/kharisblank/)
 * Last activity: [4 years, 8 months ago](https://wordpress.org/support/topic/remove-preloader-3/#post-14910658)
 * Status: resolved