I'm kinda new to CSS
and the Contact Form 7 Plugin
for WordPress
, but somehow I can't change the color and the height of the checkbox borders. For the textboxes it worked already perfectly. But the checkboxes are my problem now. As you can see on the pic I´d like to change the bordercolor to white and also set the text perfectly behind the checkbox.
The CSS
code I used so far:
.wpcf7-form-control.wpcf7-acceptance label {
display: flex;
line-height: flex;}
.wpcf7-form span.ZustimmungDatenschutz { float: left; margin-right: 05px;}
.wpcf7-form span.ZustimmungDatenschutz input[type=checkbox] { margin: 0; }
.wpcf7-form span.ZustimmungDatenschutz input[type=checkbox] { width: 0px; height: middle px; margin: 0; }
Example of my problem:-