Change add to cart color- Bold options app

Hi.

I need to change the color of the add to card button. I attached a photo that was given by the app I need to add the code to.

A help would be appreciated !

PS. It’s an add to cart button in a pop up in bold options app.

URL of my cart: https://fluffyfriendsart.com/cart When you click on the checkout button.. The pop up will appear

Thanks!

Hii, @Inas
Paste this code on top of the theme.scss file.

a.add-to-cart.bold-product__control.bold-product__button.bold-product__button--primary.standard_primary {
    background-color: #FB0337 !important;
    font-weight: bolder !important;
}

Thank You.

Hi @Inas please add this in theme.scss.liquid file at bottom

add-to-cart bold-product__control bold-product__button bold-product__button--primary standard_primary {
background-color: red !important;
}