I know there is this post on changing the placeholder text. I\'ve tried implementing in on my textarea tags
textarea::-webkit-input-placeholder { color: #fff
::-webkit-input-placeholder { color: orange; } :-moz-placeholder { /* Upto Firefox 18, Deprecated in Firefox 19 */ color: orange; } ::-moz-placeholder { /* Firefox 19+ */ color: orange; } :-ms-input-placeholder { color: orange; }