CSS: Form field placeholders
If you need to set your form's placeholder colors, enter this snippet into Admin > Custom CSS.
::-webkit-input-placeholder {
color: gray;
}
::-moz-placeholder {
color: gray;
}
:-ms-input-placeholder {
color: gray;
}