How can I round the corners on all elements in my online store?

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!

www.scooterbarn.com.au

@MattyCeravolo , go to base.css and add the following code :

img, button {
    border-radius: 15px !important;
}