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:
- Go to Online Store->Theme->Edit code
- 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