How can I remove the extra Add to Cart button on my collection page?

I have 2 Add to Cart buttons - one on top and one on bottom on collection page

how can i remove the top one please?

@TBS2022 - can you please share this product page link?

Hi @TBS2022 ,

Kindly share your store url, so that we can check and provide you the solution.

https://the-body-shop-cyprus.myshopify.com/

password: meabro

@TBS2022 - that add to bag is actually quick view button, you can hide it using this css , by adding it to the end of your theme.css file

.quick-product__btn{display: none !important; visibility:hidden;}

thanks- when i add the code - both ATC disappear - i only need the bottom one to stay - not both

@TBS2022 - add this below above given css

input.quick-product__label.quick-product__btn{
display: block !important;    visibility: visible;}

Amazing Thank you