how can I change the text color in contact form 7, my background is black and the text is also. i would like it to be white. Im using contact form 7
Hey @rotation,
Please add this code in X > Theme Options > CSS:

.wpcf7-form label, .wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 textarea {
color: #fff;
}
Hope this helps.
1 Like
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.