Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hi,
I would like to round the corners of my add to cart button.
Theme is debutify, pawcopets.co.uk/calmingbed
Appreciate any help!
Solved! Go to the solution
This is an accepted solution.
Please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.
.btn--add-to-cart { border-radius: 8px !important;}
Thanks!
This is an accepted solution.
Please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.
.btn--add-to-cart { border-radius: 8px !important;}
Thanks!