Hi!
Does anyone know how to ONLY change the color of the “Checkout” box once you’re in the cart? I’d like to do black background with white text. See image below with the arrow pointing to the specific button below:
Hi!
Does anyone know how to ONLY change the color of the “Checkout” box once you’re in the cart? I’d like to do black background with white text. See image below with the arrow pointing to the specific button below:
Hi,
Kindly share your website URL
Add this CSS code
Online Store > Themes > Edit code > Assets > custom.css
.cart__checkout-button.button { background: #000; color: #fff; }