Hello-
I’m trying to remove the Add to Cart hover on my home page and collections pages. I want the customers to click straight through to the product pages.
I have the Prestige theme.
Thank you in advance!
Nicole
Hello-
I’m trying to remove the Add to Cart hover on my home page and collections pages. I want the customers to click straight through to the product pages.
I have the Prestige theme.
Thank you in advance!
Nicole
You count try adding this CSS rule to the bottom of theme.css
.btn.apolo_cart {
display: none;
}
That worked! Thanks so much!