Admin

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

 


Article Rating
Was this article helpful?*

Additional Article Feedback

See more in Admin →