Can't change the color of button in cart footer

Hi there,

Does anyone know how to change the color of the button in my cart footer?
Please check image attached.

Thanks in advance

It will be changed through css,

share you store url and pasword(if pswrod protectd)

Thanks, store url: snibs.nl

what colour you want to add on the button? share color or colorcode

btton color: #472C4C
text: white

go to code and open file
and file this line
which is on 3527 line

@media (prefers-reduced-motion: no-preference) and (hover: hover)
button#checkout {
    background-color: #eb4034!important;
    color: #63e627;
}​

comment this code or enter your desired color in it.

Do I have to paste it in the base.css file on line 3527? or in a different file

Dont paste the above code,its just for FYI.

In base.css file, just comment these two lines. not in a different file.

Thanks, but it didnt work unfortunately

button#checkout {
    color: rgb(var(--color-button-text));
    background-color: rgba(var(--color-button), var(--alpha-button-background));
}

Just paste this code in your custom code option, when you open custimzed and setting then custom css option.