0Hours
0Minutes
0Seconds
Limited time offer: Up to 40% Discount
Back to knowledge base

How can I change the color of the “Add to Cart” button in WooCommerce?

To change the color of the “Add to Cart” button:

  1. Go to Superb Addons > Custom CSS in your WordPress dashboard.
  2. Add the following code:

.add_to_cart_button {
background: #162a2c !important;
color: #fff !important;
}

Replace #162a2c with your desired background color code.

Adjust the #fff to your preferred text color code, if needed. This will update the button color.