@aubrey
To remove the WooCommerce spinner on pages, you can use the following CSS code:
1 2 3 |
.woocommerce .blockUI.blockOverlay, .woocommerce .blockUI.blockOverlay:before { display: none !important; } |
This code will hide the spinner on WooCommerce pages. If the spinner does not disappear, you may need to clear your browser cache or add the CSS code directly to your theme's stylesheet.