To change the color of the “Add to Cart” button:
- Go to Superb Addons > Custom CSS in your WordPress dashboard.
- 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.