Changing Contact Form Font Color?

For Form-7 this code works to change font color:
.wpcf7-form label, .wpcf7 input[type=“text”], .wpcf7 input[type=“email”], .wpcf7 textarea {color: #000000;}

What code is used for Ninja Forms to change color?

Hi Loren,

Thank you for writing in, you can add this to Theme Options > CSS or on the specific Page > CSS

.nf-form-cont {
	color: #000 !important;
}

Please keep in mind that Ninja Form is a 3rd party plugin and we can not provide support for 3rd party plugins. If that custom CSS did not work, please contact the Ninja Forms support directly.

Cheers,

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.