Add to cart button sticky in product card - Horizon

I’m using Horizon theme in that I want make the add to cart button on product card to be sticky and not in hover

Like it add to cart button wants to be there always not in hover - this is what I want, sorry for the miscommunication

Hi @sivaus

Welcome to the Shopify Community! Please share your store URL and password (if it’s password-protected), so I can check and provide you with the exact solution.

Best regards,
Devcoder :laptop:

One option is to turn off “Theme Settings”-> “Product cards”-> “Quick add” and add a “Buy buttons” block to the “Product card” like this:

If you like the position of default “Quick add” button, you can instead use the CSS code below.

It can go into sections “Custom CSS” if you wan to have it only in one section, or into “Theme settings”=> “Custom CSS” to do it globally.

product-card .button.quick-add__button {
  opacity: 1;
}

if my post is helpful, please like it ♡ and mark as a solution -- this will help others find it

growzen