Quick Add to Cart Button on Product

Solved
Rehanasif
Tourist
9 0 1

Hi,
I want that Quick Add To Cart Button Becomes Sticky on Shopify Martify Theme instead of appearing on mouse hover.
https://cleversoft-martify.myshopify.com/
Thanks

Accepted Solution (1)
YvanHK
Shopify Partner
13 1 1

This is an accepted solution.

Locate the class: .grid-item .product-inner .product-image .add-to-cartS in your theme_core.css and remove position: absolute

 

Screenshot 2023-06-09 at 2.50.57 PM.png

View solution in original post

Replies 2 (2)
YvanHK
Shopify Partner
13 1 1

This is an accepted solution.

Locate the class: .grid-item .product-inner .product-image .add-to-cartS in your theme_core.css and remove position: absolute

 

Screenshot 2023-06-09 at 2.50.57 PM.png

Rehanasif
Tourist
9 0 1

Thanks @YvanHK for your solution I want to know how you located that  .add-to-cartS iis n  theme_core.css ?