How to disable or change the "Add to Cart" when hovering on product in shop?

So when I’m on the main shop page and hover over a product it gives me a pop up feature to “add to cart”

The client doesn’t like this since he can’t add more than 1 item during this situation and would rather disable it or change it to something like “Learn More” or something that then takes you to the products full page.

Hi,

Thanks for writing in!

To remove it, you can add the code below in Theme Options > CSS

.woocommerce li.product .entry-header .button {
     display:none;
}

Hope that helps

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.