• Resolved kirstythomson

    (@kirstythomson)


    Hi
    I would like the entire Have a coupon box to just be plain black text on a white background. How do I change this without changing the accent colours on the rest of the website?

    Thank you for your help

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @kirstythomson!

    Thanks for choosing Neve!

    It’s possible to change the colors for the coupon field with custom CSS only along with changing the colors for the login field that is displayed above the coupon one. The style can’t be changed separately with CSS for just one of those fields. You could insert the code below in the Additional CSS section within the Customizer.

    .woocommerce-checkout .woocommerce-info {
        color: black !important;
        background-color: white !important;
    }

    I hope this helps!

    Have a nice day!

    Thread Starter kirstythomson

    (@kirstythomson)

    Thank you so much.

    I’m glad I could help!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Changing styling of checkout_coupon woocommerce-form-coupon box’ is closed to new replies.