Okay
  Public Ticket #3161698
Checkbox border
Closed

Comments

  •  26
    Sira started the conversation

    Hi, team:

    I would like to change the color border of the checkbox in my contact form, but I don't know how, can you help me?

    Thanks and best!!

  • [deleted] replied

    Hi Sira,

    Please add the code below to your Custom CSS area:

    input[type=checkbox], input[type=radio] {
        border: 1px solid #dbdbdb;
    }

    * you can change the #dbdbdb HEX code with the color that you prefer.

    Have a nice day!

  •  26
    Sira replied

    Thank you, Ylli, it works perfectly :)

    Have a nice day!

    Sira

  • [deleted] replied

    Happy to hear thatsmile.png

    Have a nice day!