Hi trevorNanders,
Use this code, I hope you mean the input text not the placeholder:
#wpcomm .wpd-form-row .wpd-field {
color: #000!important;
}
Yes, I mean the color of the text when you type your comment into the new comment box (join the discussion).
The css you gave above doesn’t seem to work, unfortunately. I’ve pasted it into the Settings/Custom CSS Code but it’s not made any difference to the color of the input text (still gray).
What text do you mean? could you please show it with screenshot. The code i left is for input field texts.
try this:
#wpcomm .wc-field-textarea textarea {
color: #000000!important;
}
Yeahhhhh! That worked a treat. Many thanks.