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
12369 2558 3744

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!

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
PageFly App to customize your pages | The most powerful Shopify page builder app

View solution in original post

Reply 1 (1)

dmwwebartisan
Shopify Partner
12369 2558 3744

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!

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
PageFly App to customize your pages | The most powerful Shopify page builder app