How to change buttons on site to pill form

I wanted to ask how can I change these to pill form instead of rectangle, I use DAWN theme

Link

I want to change add to cart and buy now

and also my collections Shop now button

https://zoticjewelry.myshopify.com

Pass:shawsu

1 Like

@AMOB

can you try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/base.css ->paste below code at the bottom of the file.
.button--secondary:after {border-radius: 100px;}
1 Like

Thanks, but buy it now is not pill shaped any fix?

1 Like

@AMOB

do you need also inout round

I want the buy it now round it is rectangle right now, look above to see what I mean, do you have a code to make it pill form aswell.

Never mind here is the code to fix the buy it now to

.shopify-payment-button__button { border-radius: 50px !important; overflow: hidden; }

1 Like

@AMOB

great thanks for update