Your code is:
#wpcf7-form-control wpcf7-textarea {
height: 80px;
}
They are both classes and you only need to target wpcf7-textarea
So use:
.wpcf7-textarea {
height: 80px;
}
Your code is:
#wpcf7-form-control wpcf7-textarea {
height: 80px;
}
They are both classes and you only need to target wpcf7-textarea
So use:
.wpcf7-textarea {
height: 80px;
}