Minimal Theme - How to rounding all the buttons?

Hello all,

I have managed to round some of the buttons like ‘add to cart’ ‘view all’ check out’ using this code

.btn { border-radius: 30px }

but it didnt work for some of the buttons like shown below. Please help. thanks in advance.

theme is minimal and website is www.gentlelovesg.com

If there is a code to make all text box rounding edge is well, that will be good too. thanks.

@Gentlelove

You can add below line

button.btn–secondary.update-cart, .btn–secondary {
border-radius: 30px;

}


If helpful then please Like and Accept Solution. Want to modify or custom changes on store Hire me. Feel free to contact me on shopify.dev.34@gmail.com | Shopify Design Changes | Custom Modifications In to Shopify Theme

It works! thank you so much!

any idea how to make textbox rounded too?

@Gentlelove

Round Corners on all textboxes in your store or only on a specific page?