Contact Form 7 text not visible or not there after CSS code entered changing background color

.wpcf7-form label, .wpcf7 input[type=“text”], .wpcf7 input[type=“email”], .wpcf7 textarea {
color: #fff;
}


above is the code I entered in the X theme options for layout & design CSS

Is the code which I found in the forum improper and need changing or did I put it in the wrong place?
Is the fact I have another piece of CSS code in the same location (just above) somehow affecting it?

You can see the problem for yourself if you go to cinternet.org and scan down till you see the link for the contact page. Click there and you will see the contact form accepts drop down suggestions and inserts them just fine, but no new text type in is visible anywhere in the form.

Below is both CSS codes as seen and copy/pasted in my X theme. The background color CSS works just fine.

.entry-wrap {
background-color: transparent !important;
}
.wpcf7-form label, .wpcf7 input[type=“text”], .wpcf7 input[type=“email”], .wpcf7 textarea {
color: #fff;
}

Hi Harris,

Thanks for reaching out.

I check your contact us page and the form text is just visible.

Hope that helps and let us know if you are referring to something else.

Thank you.

Yes, I’m referring to something else.

Try typing something into the contact form. No new text typed in is visible.

Hi Harris,

You need to update your code.

From:

.wpcf7-form label, .wpcf7 input[type=“text”], .wpcf7 input[type=“email”], .wpcf7 textarea {
        color: #fff;
}

To:

.wpcf7-form label {
color: #fff;
}

Please note that providing custom css is outside the scope of our support. Issues that might arise from the use of custom code and further enhancements should be directed to a third party developer.

Hope that helps.

Thank you.

Problem solved. Thank you so much for your helpful service and code. Have a great day.

Hi Harris,

You’re welcome and it’s our pleasure to help you. If you have any other concerns, feel free to reach us.

Thank you.

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