How can I alter the button shape in the Dawn theme?

Hello, how can I change the button shape? I don’t like the harsh rectangles. This is the shape I would like.

Screen Shot 2021-10-06 at 00.42.00.png

https://werise-co.myshopify.com/

Thank you!

@dashawerise

  1. In your Shopify Admin go to: online store > themes > actions > edit code
  2. Find Asset > base.css and paste this at the bottom of the file:
.button.disabled, .button:disabled, .button[aria-disabled=true], .customer button.disabled, .customer button:disabled, .customer button[aria-disabled=true] {
    border-radius: 10px;
}

.button, .customer button, .shopify-challenge__button { border-radius: 10px !important;}

Thanks!

I was also having this same problem with my website button

@tonicgreens

Please share a screenshot of what you want!

Thanks!