How can I round the corners of the add to cart button in Debutify?

Solved

How can I round the corners of the add to cart button in Debutify?

thomasmrgn99
Pathfinder
104 0 34

Hi,

I would like to round the corners of my add to cart button.

Theme is debutify, pawcopets.co.uk/calmingbed

Appreciate any help!

Accepted Solution (1)

dmwwebartisan
Shopify Partner
12321 2552 3729

This is an accepted solution.

@thomasmrgn99 

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!

View solution in original post

Reply 1 (1)

dmwwebartisan
Shopify Partner
12321 2552 3729

This is an accepted solution.

@thomasmrgn99 

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!