Hello,
You can do that by using this CSS
COPY CODE
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
color: Red;
}
input.wpcf7-form-control.wpcf7-text {
color: green;
}
textarea.wpcf7-form-control.wpcf7-textarea {
color: blue;
}
input.wpcf7-form-control,textarea.wpcf7-form-control.wpcf7-textarea {
font-size:2em;
}
Just replace the colors and font size as you wish.
You can add this snippet to Wp-Admin -> Theme Options -> General Settings -> Quick CSS Area , or you can add it into kleo-child/style.css
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution