Home Forums WoodMart support forum How to Change Color "Add to Cart Button" Reply To: How to Change Color "Add to Cart Button"

#348704

Luke Nielsen
Keymaster

Hello,

In order to change the color of the “Add to cart” button, paste the below code to the “Global Custom CSS” area that is situated in Theme Settings -> Custom CSS.

.single_add_to_cart_button {
    background-color: var(--wd-primary-color);
}

Kind Regards