Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor royho

    (@royho)

    Try this instead:

    .woocommerce-cart .coupon input.button {
        background-color:white !important;
    }
    Thread Starter Kasparas

    (@kasparas)

    Thank you, code works ! But is it possible to do same with checkout or update cart button ? Css in this part looks complicated i tried:

    .woocommerce-cart .checkout-button input.button {
        background-color:white !important;
    }

    For checkout button.

    Thread Starter Kasparas

    (@kasparas)

    I think problem is that my theme settings was overwriting css settings, thank you, now it’s ok 🙂

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Changing individual buttons CSS’ is closed to new replies.