Hey @lori17 ,
Please place the below-provided code to your Global Custom CSS and verify.
.cart__footer .cart__blocks .cart__ctas button#checkout {
border: 2px solid #000000;
}
Steps:
- In your Shopify admin, go to Online Store → Themes.
- Click Customize.
- Click Theme settings.
- Click Custom CSS.
- Add the above-provided CSS code.
- Click Save and Verify.
Thank You.
Hi @lori17
You can try these steps to achieve your result
- Go to online store → edit code → go to component-cart.css file
And then add the bellow code
.cart__checkout-button{
border: 1px solid black;
}
Result:
Thank you! That worked exactly as I needed. I appreciate it!


