Replies

Feb 6, 2010 16 years ago
DJ
is the richest user
User Avatar

How do I change the "leave a comment" text color? I don't even see it on there now.. :(

Feb 6, 2010 16 years ago
Chemist_855
made a living
User Avatar

You can use .forminput

.forminput{ color: # }

Feb 6, 2010 16 years ago
toxic
does not get outside
User Avatar

.forminput { background-color: ; } change xxxx to a hexcode color.

Feb 6, 2010 16 years ago
DJ
is the richest user
User Avatar

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

Feb 6, 2010 16 years ago
mercenary
is a Morostide warrior
User Avatar

you have an extra semi colon in your code:

} ; .forminput{

Feb 6, 2010 16 years ago
DJ
is the richest user
User Avatar

still didn't work, even after taking out the semicolon :(

Feb 6, 2010 16 years ago
mercenary
is a Morostide warrior
User Avatar

you don't need the period before input:

.input { color: ; }

Feb 6, 2010 16 years ago
DJ
is the richest user
User Avatar

Ah, alright. I'm code-retarded. That worked, haha. Thanks everyone.

Please log in to reply to this topic.