Hello
My featured collection on the home page and my collection page shows twice the add to cart button - one on top and one below the image
I am using the Impulse theme
Please can you help
Thaanks
Hello
My featured collection on the home page and my collection page shows twice the add to cart button - one on top and one below the image
I am using the Impulse theme
Please can you help
Thaanks
Hi @TBS2023
let try to add this Custom CSS code to hide top Add to cart button:
.grid-product__image-mask .quick-product__btn {
display: none;
}