Skip to content

Instantly share code, notes, and snippets.

View tejasm-itpath's full-sized avatar
🖥️
Working

Tejas Mehta tejasm-itpath

🖥️
Working
View GitHub Profile
@eversionsystems
eversionsystems / woocommerce-ajax-checkout-spinner.css
Last active March 27, 2023 11:49
WooCommerce Change AJAX Spinner Gif On Checkout
/*
* Custom AJAX spinner on WooCommerce checkout
* The class used to load the overlay is .blockUI .blockOverlay
* The class used to load the spinner is .woocommerce .loader:before
*
*/
.woocommerce .blockUI.blockOverlay:before,.woocommerce .loader:before {
height: 3em;
width: 3em;
position: absolute;