Tagged: CONTACT FORM
I added a this to quick css but it is not changing the size of the checkboxes on my contact form. I also need to resize the labels.
input[type='checkbox'] {
-webkit-appearance:none;
width:50px;
height:50px;
background:white;
border-radius:5p…