Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1390936

    logoglo
    Participant

    Hi, how do I change the size of the checkbox in contact form 7?

    http://www.kookking.com.mx/solicitud-de-cotizacion/

    #1391358

    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in!

    You can add this under Custom > CSS in the Customizer:

    input[type="checkbox"]{
      width: 20px; /*Desired width*/
      height: 20px; /*Desired height*/
    }

    Thanks.