Buy me a coffee

How to style Checkout button

If you want to change style of “Checkout” button

93bec358cb2b6d75343a Min

You can use this code to Website Tools > Custom CSS.

div.cart-checkout button.cart-checkout-button.sqs-editable-button {
    font-family: monospace !important;
    font-size: 30px !important;
    color: #f1f !important;
    background-color: #fff !important;
    border-color: green !important;
}

8bdb63a994da32846bcb Min

Result

Fa9b0efdf88e5ed0079f Min