Okay
  Public Ticket #1727009
Change CSS
Closed

Comments

  • Dule95D started the conversation

    Is it possible to change button background normal color to black then gray, because I think it's not so much visible to customers.

    Dusan

  •  1,560
    Laborator replied

    Hi Dusan,

    Add the CSS below to Custom CSS, the button will be black and the color of button will be white:

    .woocommerce .summary form.cart .button {
        background: #222;
        color: #FFF;
    }
    

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group