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;
}

 

Updated

Was this article helpful?

0 out of 0 found this helpful

Have more questions? Submit a request

Comments

0 comments

Please sign in to leave a comment.