"Placeholder Text Color Change "
Bootstrap 3.0.0 Snippet by pradeep330

<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script> <script src="//code.jquery.com/jquery-1.11.1.min.js"></script> <!------ Include the above in your HEAD tag ----------> <div class="container"> <div class="row"> <div class="col-md-4"> <br/> <br/> <label class="control-label">Use, like and Enjoy!</label> <input type="text" class="form-control" placeholder="Change This Placeholder Color"> </div> </div> </div>
/* do not group these rules */ *::-webkit-input-placeholder { color: #f00!important; } *:-moz-placeholder { /* FF 4-18 */ color: f00!important; } *::-moz-placeholder { /* FF 19+ */ color: f00!important; } *:-ms-input-placeholder { /* IE 10+ */ color: f00!important; }

Related: See More


Questions / Comments: