Re: Remove 'Add to Cart' on hover - Prestige Theme

Solved

Remove 'Add to Cart' on hover - Prestige Theme

nicbatz
Tourist
5 0 8

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!

shop-trash.myshopify.com

shoptrash.com

 

Nicole

Accepted Solution (1)

Nick_Marketing
Shopify Partner
1487 336 466

This is an accepted solution.

You count try adding this CSS rule to the bottom of theme.css

.btn.apolo_cart {
  display: none;
}
Nick | Ecommerce & Marketing Technology Consultant | Toronto, CANADA
- For consulting work availability, please send me a Private Message or submit a ✍️Contact Form.
- For FREE Shopify Tutorials, Subscribe to my YouTube channel (▶️ Ecommerce TV).

View solution in original post

Replies 2 (2)

Nick_Marketing
Shopify Partner
1487 336 466

This is an accepted solution.

You count try adding this CSS rule to the bottom of theme.css

.btn.apolo_cart {
  display: none;
}
Nick | Ecommerce & Marketing Technology Consultant | Toronto, CANADA
- For consulting work availability, please send me a Private Message or submit a ✍️Contact Form.
- For FREE Shopify Tutorials, Subscribe to my YouTube channel (▶️ Ecommerce TV).
nicbatz
Tourist
5 0 8

That worked! Thanks so much!