Okay
  Public Ticket #915447
How I can change the color of the button? view cart
Closed

Comments

  • Javier started the conversation

    Hello,

    How I can change the color of the button? view cart


  • [deleted] replied

    Hi Javier,

    Can you please add the code below to Custom CSS

    .woocommerce-message .button {
        background: red !important;
        color: green !important;
    }
    
    .woocommerce-message .button:hover {
        background: yellow !Important;
    }