How to remove animation from Add to cart button on archives
-
I’m trying to find solution how to remove animation from “lis?? ostoskoriin” / “add to cart” button. When using Safari web browser and clicking button, first you see spinning boat and after that is changes to surfer dude. If you are using Mozilla Firefox there will be “E017” or orange box spinning. When using Google Chrome, Brave or Edge you won’t see any of these weird animations. I have tried to remove animations from button itself using different codes without result. This issue only happens on buttons which are added using code:
/* Display Add to cart button on archives */
add_action(‘woocommerce_after_shop_loop_item_title’, ‘woocommerce_template_loop_add_to_cart’);This code is in functions.php file which is located in Divi Visual Builder theme folder.
The page I need help with: [log in to see the link]
- The topic ‘How to remove animation from Add to cart button on archives’ is closed to new replies.