.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;
}
