• Resolved haidermaa

    (@haidermaa)


    Hi,

    I would like to know how can i disable the Spinner or loader that occurs on my woocommerce checkout page.

    Looking forward to your reply!

    Sincerely,

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Niels Lange

    (@nielslange)

    Hello @haidermaa,

    The preloader/spinner on WooCommerce checkout page can be removed using the following CSS code:

    
    /* Remove spinner on WooCommerce checkout page */
    .woocommerce .blockUI.blockOverlay {
      position: relative! important;
      display: none! important;
    }
    

    You can add that CSS code to your site via Appearance → Customize → Additional CSS.

    Thread Starter haidermaa

    (@haidermaa)

    Worked like a charm.

    Thank you so much!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How can i disable the preloader/spinner on WooCommerce Checkout page?’ is closed to new replies.