• Resolved yourbudweiser

    (@yourbudweiser)


    I added a font awesome icon to my add to cart button. When I add an item to the cart, this icon is spinning.

    Is it possible to remove this animation when adding products to the cart?

Viewing 1 replies (of 1 total)
  • Plugin Author xootix

    (@xootix)

    Plugin does not add any animation, woocommerce adds loading class while adding to cart.
    Probably your theme is animating the button.
    Try adding this CSS

    button.loading:after {
        display: none!important;
    }
    
Viewing 1 replies (of 1 total)
  • The topic ‘Add to cart button icon’ is closed to new replies.