Home / Admin / Style ALL Placeholder Text on Your Website
Duplicate Snippet

Embed Snippet on Your Site

Style ALL Placeholder Text on Your Website

Code Preview
css
::-webkit-input-placeholder { color: #333 !important; } /* Chrome/Opera/Safari */
::-moz-placeholder { color: #333 !important; } /* firefox 19+ */
:-ms-input-placeholder { color: #333 !important; } /* ie */
:-moz-placeholder { color: #333 !important; } /*below firefox 19 */

Comments

Add a Comment