How to Change Text Color Apply Coupon Button in WooCommerce?

In order to change the Apply Coupon text color:

  • Navigate to wp-admin > Appearance > Customize > Additional CSS.

  • Now, paste the following code into your Additional CSS section and click Publish.
.woocommerce .cart .button, .woocommerce .cart input.button{
color: black;
}

NOTE: You can change the “black” color with the desired color you like.

Leave a Reply

Your email address will not be published. Required fields are marked *

Update on March 17, 2020