Home Forums WoodMart support forum Coupon label on checkout page

Coupon label on checkout page

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #85597

    annachi
    Participant

    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

    #85607

    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

    #85668

    annachi
    Participant

    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.
    #85684

    Hello,

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

    body .woocommerce-form-coupon-toggle > .woocommerce-info .showcoupon{
        color:#ffffff;
    }

    Best Regards

Viewing 4 posts - 1 through 4 (of 4 total)