How to Change or Delete Spinner

[ad_1]

ow my god 🙂 what a feature request.

May I ask why you need that?

Hi @emrevona,

Thank you for the quick reply. In response:

  1. We’ve never seen a plugin that depends on (or displays) a spinner when switching from one tab to another. Why do you need it anyway?
  2. We’d like to have the flexibility to use a spinner that matches the one we use throughout our website. Also, one that looks more modern (example)

Would be awesome if you can help with the above request.

Thank you!

Solved:

To delete the spinner, use the following CSS Rule:

        #revert-loader-toolbar {
        display: none!important;
        }

        Note: The above will speed up dramatically your navigation between tabs.

        To Change the Spinner:

        1. Upload your desired spinner (i.e., gif image) to your Media Library.
        2. Copy the spinner File URL generated by your Media Library.
        3. Use the following CSS Rule to change the spinner:
        #revert-loader-toolbar {
        background-image:url(https://www.mysite.com/wp-content/uploads/black-hole-spinner-25x25-1.gif)!important; // use the File URL of your spinner
        background-color: transparent!important; // comment out this line to retain original background color
        }

        Result: https://prnt.sc/rcS39WY9JS82

        Note: The above CSS Rules are used to customize your WordPress Admin CSS. Click here for a detailed procedure to implement the above.

 

This site will teach you how to build a WordPress website for beginners. We will cover everything from installing WordPress to adding pages, posts, and images to your site. You will learn how to customize your site with themes and plugins, as well as how to market your site online.

Buy WordPress Transfer