How can I change the color of 'Choose Options' and 'Add to Cart' buttons?

on this page https://plushvivo.com/collections/artful-adornments?page=2

trying to change colour of the choose options button, and all the add to cart button the popup modul.

Ive tried this -

button#ProductSubmitButton-quick-add-template–20490218471712__product-grid8598449520928-submit {
background-color: rgb(213,168,72) !important;
}

.quick-add__submit button button–full-width button–secondary
{
bbackground-color: rgb(213,168,72); !important;
color: #000 !important;
}

but nothing seems to be working can anyone help?

Hello @nightscare

You can try this code: it will be helpful to you

Go to the Online Store->Theme->Edit code->Assets->base.css>Add this code at the bottom.

.button--full-width {
    background: rgb(213,168,72) !important;
}

hi

thanks, this works, but dont actually like it on the choose options button, how about if i jsut wanted the add to cart on the modal popup?