how to add bordered add to cart button on each product on featured collection on home page

Hi,

i have two featured collection on my home page where i want to add bordered add to cart button under each product of collection grid just like below,

store : https://wobble-fusion.myshopify.com/

pass: advertfox

1 Like

Hi @Advertfox , to do that, you can open Online Store → Themes → Customize. Then in your feature collection settings, you can change the quick add to “Standard”

Hi,

thanks for your help, how can i change the button background colors ?

Hi, you can file base.css file in your Online Store → Themes → Edit code, then paste this code at the bottom of the file

.quick-add__submit {
    background: aliceblue !important; // Replace with your taste
}
1 Like