.wpcf7-form p{ font-size:50px; color: #000000;}
It looks like you're new here. If you want to get involved, click one of these buttons!
Comments
I think you mean labels in form. There is no style for this one but you can use this custom CSS to target them:
.wpcf7-form p{Styles I wrote are just example ;-)font-size:50px;
color: #000000;
}
With kind regards.