that worked!
Thank you very much
Sorry my site is in local development right now so I don’t have an URL to show you.
But basically, I managed to changed the “Proceed to Checkout” button in the Cart page using the CSS below:
.cart_totals .button { background-color: #228f21!important;}
And the “Apply Coupon” button in the cart page:
.cart .actions .button { background: gray !important; }
I just want to do the same in the Checkout page. Not sure what the correct CSS classes are to do that in the Checkout page.