Title: Changing Infinite Scroll preloader
Last modified: August 21, 2016

---

# Changing Infinite Scroll preloader

 *  Resolved [Nathan Yiangsupapaanontr](https://wordpress.org/support/users/dobadiary/)
 * (@dobadiary)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/changing-infinite-scroll-preloader/)
 * Hi,
 * How can I change the Infinite Scroll’s preloader? I want to use other preloader
   instead of the default one. Where can I upload the new one, or change the code?
 * Thank you,
    Nathan
 * [https://wordpress.org/plugins/jetpack/](https://wordpress.org/plugins/jetpack/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Brandon Kraft](https://wordpress.org/support/users/kraftbj/)
 * (@kraftbj)
 * Code Wrangler
 * [11 years, 9 months ago](https://wordpress.org/support/topic/changing-infinite-scroll-preloader/#post-5139076)
 * Hi,
 * The default is the jQuery spin script, which you can style via CSS hitting the`
   span.infinite-loader` element.
 * Untested, but you may be able to dequeue the jQuery-spin and add your own.
    You
   should be able to remove the current one by adding this: `wp_denqueue_script('
   jquery.spin' );` as explained in this page: [http://codex.wordpress.org/Function_Reference/wp_dequeue_script](http://codex.wordpress.org/Function_Reference/wp_dequeue_script)
 * Once that is dequeued, you can enqueue your own JS-based method. The current 
   one is at /wp-content/plugins/jetpack/_inc/js/spin.js and you can use that as
   a basis for any changes you’re making, and then enqueue that script.
 * This is a level of customization beyond our scope of support, so I can’t help
   that much further, but that’s the direction I’d go in.
 * Cheers!

Viewing 1 replies (of 1 total)

The topic ‘Changing Infinite Scroll preloader’ is closed to new replies.

 * ![](https://ps.w.org/jetpack/assets/icon.svg?rev=2819237)
 * [Jetpack - WP Security, Backup, Speed, & Growth](https://wordpress.org/plugins/jetpack/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/jetpack/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/jetpack/)
 * [Active Topics](https://wordpress.org/support/plugin/jetpack/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/jetpack/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/jetpack/reviews/)

## Tags

 * [is](https://wordpress.org/support/topic-tag/is/)

 * 1 reply
 * 2 participants
 * Last reply from: [Brandon Kraft](https://wordpress.org/support/users/kraftbj/)
 * Last activity: [11 years, 9 months ago](https://wordpress.org/support/topic/changing-infinite-scroll-preloader/#post-5139076)
 * Status: resolved