how can I change the text color in a contact form. I need to change the color to make the text more readable but since the text is generated by the contact form i do not have any control over it.
Hi @waynepatt58,
That’s the label of contact form. To change the color, please add the following CSS under Theme Options > CSS:
.wpcf7-form label {
color: #fff;
}
Hope it helps 
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.