[Support request] change color "update cart" button

Home Forums Support [Support request] change color "update cart" button

Home Forums Support change color "update cart" button

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1176572
    Juan Luis

    good, is there any option in the customizer to change the color of “update cart”, I can’t find it, thanks

    #1176794
    Leo
    Staff
    Customer Support

    Hi there,

    Try this CSS:

    .woocommerce button.button[name="update_cart"] {
        background-color: #000000 !important;
        color: #ffffff !important;
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    Let me know if this helps 🙂

    #1177736
    Juan Luis

    Hi, I added this css in additional css in theme customizer but I got errors, thanks

    #1177747
    Leo
    Staff
    Customer Support

    Shouldn’t be. I just tried and no errors:
    https://www.screencast.com/t/AINBoMVOMR

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