If you are looking to change the color of the Captcha answer text because you may currently have white text on a white background.

Add the following code in custom CSS of the theme option:


.custom_contact.et_pb_contact_form_0.et_pb_contact_form_container .input {
color:#686867 !important;
}