Important:
This support area is for Kalium 3 users only. Support for Kalium 4 has moved to our new platform at support.laborator.co. If you’re using Kalium 4, please create a new account there using your email and license key. A password will be sent to you automatically.

Okay
  Public Ticket #910287
Change color botton
Closed

Comments

  • Javier started the conversation

    Hello,

    How I can change color of this button? add to cart

    Add image in comment

    Thank =)

  • [deleted] replied

     Hi Javier,

    Thanks for reaching out! Please add the following code to your Laborator > Custom CSS field:

    button.single_add_to_cart_button.button.alt {
      background: black !important;
      color: red;
    }