• Resolved 81701580

    (@81701580-1)


    Hi there,

    I am using Virtue theme by Kadence. I would like to change the color of the “Apply Coupon” and “Update Cart” buttons my Cart page. I also would like to change the color of the border around “Coupon Code” as it is too faint right now. How would I go about doing this?

    Thanks in advance!

    https://www.sweetheartlashes.com/cart/

Viewing 1 replies (of 1 total)
  • For the add to cart button and the update cart button

    .cart .actions .kad-btn {
    background: #888;
    color:#fff;
    }

    and the border:

    table.cart td.actions .coupon .input-text {
    border: 1px solid #dfdbdf;
    }

    Kadence Themes

Viewing 1 replies (of 1 total)
  • The topic ‘Apply Coupon and Update Cart Buttons on Cart page’ is closed to new replies.