How can I create a rounded checkout button on the cart page?

How to make my checkout button rounded on the cart page? Photo - https://ibb.co/7tKMY7G

Hi @sangok420 ,

Please post store url then I can help.

myshopify

Hi @sangok420 ,

You can follow the instruction below:

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.scss->paste below code at the bottom of the file:
.cart__buttons .btn {
    border-radius: 25px !important;
}

If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.

1 Like