Dawn Theme - Add black border box around check out button

Hi all,

I’d like to add a black border around my check out button on my cart page like I have it here on my add to cart button on my product page.

Thanks in advance!

Hi @dominnows ,

This is Victor from PageFly - Landing page builder, I’d like to suggest this idea:
Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->/component-cart.css->paste below code at the bottom of the file:

button#checkout {
    border: 1px solid black;
    max-width: 30rem;
}

Hope my answer will help you.

Best regards,

Victor | PageFly