Hi @rodrigomc2000
If you just delete (or comment out) these sections, your issues should go away.
input[type="text"], input[type="password"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="number"], input[type="range"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="month"], input[type="week"], textarea, .chosen-container, .select2-container, .checkbox-sign, .radio-sign {
color: #5f727f !important;
background-color: transparent !important;
}
input[type="text"], input[type="password"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="number"], input[type="range"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="month"], input[type="week"], textarea, .combobox-wrapper, #page .woocommerce .select2-container .select2-selection--single, .select2-container .select2-dropdown, .chosen-container-single .chosen-single, .select2-container .select2-choice, select.wpcf7-form-control.wpcf7-select {
color: #5f727f !important;
border: 1px solid #99a9b5 !important;
}
.wpcf7-form input.wpcf7-text, .wpcf7-form textarea {
padding: 12px !important;
padding-left: 20px !important;
margin-top: 15px !important;
}
If you need those input styles in the first two rules for another part of your website, you can leave them there but prefix them all with .woocommerce
(or some other class that specifies where to apply those styles).
Thanks,
Angus