Remove loading screen feature
-
Hi there,
I would like to remove the loading screens throughout the plugin and especially when customer is on the woocommerce’s order page and requests a refund. It launches a popup with a spinning loader for customer to fill out refund details but this is too slow and does not match the behaviour of other popups in my website which have no loader screen.
I have already found one class that handles the loader icon and used css code below to hide it:
div.pp_woocommerce .pp_loaderIcon:before,
div.pp_woocommerce .pp_loaderIcon {
display: none !important;
}
but I am still left with a white shape where the loader icon used to be in and I can not find which class is controlling this.
Please could you let me know how I can remove all loader icons from the plugin?
Many thanks,
Isabel
- The topic ‘Remove loading screen feature’ is closed to new replies.