Hey everyone!
I’m wanting to round the corners on my Shopify store. This would include all banners, buttons, product images etc.
Please see image attached
Hi @MattyCeravolo , can you share your store url?
Of course!
@MattyCeravolo , go to base.css and add the following code :
img, button {
border-radius: 15px !important;
}