Add Cart Buttons

Hello we are having some issue with the add cart buttons, I found an article that says to remove at

Woocommerce > Settings > Products > Display

Then check off : Enable AJAX add to cart buttons on archives

I have that unchecked however the buttons still display

Is there a way to remove those buttons from the Category pages?

Hey,

Thank you for writing in!

You can solve it adding following CSS under the code below to X > Launch > Options > CSS

.woocommerce li.product:hover .entry-header .button {
 opacity: 0 !important;
}

That worked perfectly, thanks John for your support !

You are most welcome. :slight_smile:

Hello I gave this a try on another website and it worked, however you can still click on the product and add the product to cart but it seems like it just makes the button invisible

Actually never mind we fixed it ourselves

Thanks

Glad to hear that. Have a great day! :slight_smile: