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;
    }