Is there a way to add a border to the checkout button?

I really need to add a white border to the checkout button because it doesnt really look like a button but just like a heading for the dynamic checkout options (this is what it looks like for reference)

1 Like

Hi @OliverKunsky

Could you please provide a link to one of your product pages as well as what theme you are using? This will be needed for anyone wanting to offer a potential solution. Thanks!

1 Like

@OliverKunsky

Sorry you are facing this issue, it would be my pleasure to help you.

Welcome to the Shopify community! :blush:
Thanks for your good question.

Please share your site URL,
I will check out the issue and provide you a solution here.

2 Likes

https://aminedrip.sk

1 Like

Hi @OliverKunsky

I’m Richard Nguyen from PageFly- Free Landing Page Builder

You can try with this code.

Follow this:

Go to Online Store->Theme->Edit code->base.css->paste bellow code in top of file

.button:after {

border: 1px solid !important;

}

It will look like this: https://prnt.sc/UmOPGo8k_3Id

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

Best regards,

Richard | PageFly

3 Likes