How do I change the "leave a comment" text color? I don't even see it on there now.. :(
.forminput { background-color: ; } change xxxx to a hexcode color.
You can't change just the color of the text that says "leave a comment"? Instead of putting a background behind it? Neither of those codes seem to work for me either :S
you have an extra semi colon in your code:
} ; .forminput{
still didn't work, even after taking out the semicolon :(