Home › Forums › WoodMart support forum › Add text in shopping cart widget › Reply To: Add text in shopping cart widget
April 3, 2020 at 12:05 pm
#184297
Elise Noromit
Member
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