How to change check out button in cart?
Hi @Hanz1X
What would you be needing to adjust on the button?
Hi @JHKCreate
I want to change the button color to black
- Go to Online Store->Theme->Edit code
- Asset->/theme.scss.liquid->paste bellow code in the bottom of the file
.cart__buttons .btn {
background: #000;
color: #fff;
}

