Remove add to cart button

Please let me know how to remove the add to cart icon coming up when I highlight the product.

This comes up for products I have the price. But for the products there is no price, the button comes up as read more.

Please let me know how to disable this button.

Hi Glenn,

Thanks for reaching out!

I am not quite sure why you want to remove the add to cart button on your archive pages but to remove it, just add the code below in your X > Theme Options > CSS.

.archive .add_to_cart_button {
      display: none !important;
}

Please note that custom CSS code is outside the scope of our support. Issues that might arise from the use of custom CSS code and further enhancements should be directed to a third-party developer or you can avail One where we can answer questions outside of the features of our theme.

Hope that helps.

Thank you.

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