Add to Cart button Isn't working on Mobile (on products pages)

The cart isn't working on mobile, this is definitely a theme problem because I have changed the theme to twenty twelve and the add to cart button works well on mobile. This is when testing it on an Iphone on chrome. 

Comments

  • Also Doesnt work on Variable products when tested on an Iphone on Safari
  • Hi,

    we already tested button and of course works but must be clicked two time because first click is for hover action and the second is to add item to cart. So do you want to remove this hover action on button click? This is how all mobile devices works (if there is hover on item then 1st click is for hover but the second for right action). If you want to remove this hover action, please use below custom CSS:
    .woocommerce .button:after { display: none; }
    Thanks for understanding!
  • Hi thanks very much for the help please can you tell me what style sheet to place this in? 

    Thanks Again 
    Sean
  • Sorry I miss read your comment I placed it in custom CSS as advised and all works well.

    Thanks for the quick support 
  • You're welcome!

    Custom CSS should be always pasted in Theme options > Layout > Custom CSS section ;)
Sign In or Register to comment.