[Support request] Apply coupon button

Home Forums Support [Support request] Apply coupon button

Home Forums Support Apply coupon button

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

    I would like to change the colour of only the ‘apply coupon’ button on the checkout page. Do you know the css class for this button? I only want to change the colour of this specific button, no other buttons on the site.

    #1269125
    David
    Staff
    Customer Support

    Hi there,

    try this CSS:

    .woocommerce button.button[name="apply_coupon"] {
        color: white;
        background-color: green;
    }
    
    .woocommerce button.button[name="apply_coupon"]:hover {
        background-color: red;
    }
    #1269140
    Emma

    That’s great! Thanks so much

    #1269151
    David
    Staff
    Customer Support

    You’re welcome

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.