Coupon label on checkout page
-
hello,
On checkout page, coupon label hidden like it s same color as background.
I added followed custom css but not responding as i wanted:
.woocommerce-form-coupon-toggle > .woocommerce-info >.showcoupon{
color: white;
}
Kindly help me !
thanks
Hello,
Your issue is not clear enough. A coupon is a form consisting of a text field and button.
If you want to remove the coupon from the checkout, just disable it in the Woocommerce > Settings > General http://prntscr.com/lbbkmx
Best Regards
Sorry i was not clear on my post.
Pls look at attached file. Wherer i rounded, there is a label in html code but not visible because it has same green color than background. So i added the following custom css code:
woocommerce-form-coupon-toggle > .woocommerce-info >.showcoupon{
color: white;
}
But not success, still green color is priority.
Thanks
Attachments:
You must be
logged in to view attached files.
Hello,
Please add this code to the Theme Settings > Custom CSS:
body .woocommerce-form-coupon-toggle > .woocommerce-info .showcoupon{
color:#ffffff;
}
Best Regards