Okay
  Public Ticket #1909864
change the radio button on the Checkout page
Closed

Comments

  • and-g started the conversation

    Hi guys.
    Can you please give me advise how I can change the radio button on the Checkout page (I agree..)? Can I use custom CSS or you know another way?

    I just want bigger twice with red square and black point inside.

    Thank you. Andrey.

  •  1,559
    Laborator replied

    Hi Andrey,

    Add this CSS to Custom CSS to enlarge and set a custom color to the checkbox:

    input[type=checkbox]:before, input[type=radio]:before {
      background: #000;
    }
    input[type=checkbox], input[type=radio] {
      border-color: red;
      width: 32px;
      height: 32px;
    }

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group