Tagged: x Author Posts March 1, 2017 at 3:26 pm #1390936 logogloParticipant Hi, how do I change the size of the checkbox in contact form 7? http://www.kookking.com.mx/solicitud-de-cotizacion/ March 1, 2017 at 9:46 pm #1391358 Prasant RaiModerator 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. Author Posts