Hey,
I used this code to add the spinner to my check-out processing page.
/* Checkout page processing spinner */
.woocommerce-checkout.processing .blockUI.blockOverlay {
background-image:url(‘https://www.outdoordogsupply.com/5/’) !important;
background-position: center 50% !important;
background-repeat: no-repeat !important;
position: fixed !important;
}
It works great. I put it in the CSS everything is perfect. The only problem we are having is sometimes people are hitting the back button thinking it is a bad load I guess. I need to add text to the Spinner saying Please do not hit the back button your order is processing.
I saw this but it says nothing about adding text.