Home Forums WoodMart support forum Add text in shopping cart widget Reply To: Add text in shopping cart widget

#184297

Hello,

Please add this code to the Theme Settings > Custom CSS > Global:

body .btns-shop-light .cart-actions .button[name=apply_coupon]{
color:yellow;
}
body .cart-actions .button[name="apply_coupon"]{
background-color:red;
}

Best Regards