How can I change my add to cart button to black?

I would like to have all my add to card button in black. Please let me know what code to use?

Thank you

Antoninias

@Antoninias

Please share your store URL.

www.antoninias.com

@Antoninias

Add this code at the bottom of your theme.scss file

.ProductForm__BuyButtons .Button--secondary {
    color: white;
}
.ProductForm__BuyButtons .Button {
    background-color: black;
}
.ProductForm__BuyButtons .Button--secondary:hover {
    color: black;
}
.ProductForm__BuyButtons .Button:hover {
    background-color: white;
}

nothing has changed

@Antoninias

Please send me a screenshot where you added the code.

@Antoninias

I just send you a collaborator request, please approve it so I can add the code for you!

I just approved your request

amazing it worked! we do have one issue tho…when hovering the text gets black…please take a look at the attached image

Attached Image not found.

its working perfectly…thank you so much!