How do you make the add to cart button oval along with other square things in a shopify store.
@briannaxo
please Share your Site URL.
yes, along with anything else thats square lol
.ProductForm__AddToCart {
border-radius:20px;
}
.ProductForm__AddToCart:hover {
border-radius:20px;
}
Add this code to theme.scss
thank you.
there will be option to change the hover
Thank you for answering, with my theme it glitched it so i’ll reach out to their support!
1 Like
Ok,
Thank you.
