Remove hover to add to cart. Add button below item price on category pages

I want to render my add to cart button below my item prices in category and shop pages. 

I also wanted to allow customers to input an amount of items and add to cart from category and shop pages. 
Like this
image
This image and code  to do this is available on https://shopplugins.com/add-a-quantity-field-to-the-woocommerce-archive-pages/

After implementing this code it mostly works, a Quantity box is rendered and if I enter a number then hover over the image and click the cart button it adds the Quantity inputted to cart but doesn't render an Add to cart button without having to hover over image. I believe it conflicts with ajax add to cart button located on hover on products on betheme shop. 
This is my result 
image
Can anyone guide me to what I need to edit to get the add to cart button to render below the price and not onhover of product image?

Thanks!

Comments

Sign In or Register to comment.