need give background color to My text area field in bootstrap this is text area field
<div class="form-group">
<div class="col-xs-12">
<textarea class="form-control" id="exampleTextarea" rows="6" placeholder="Message"></textarea>
</div>
</div>
Add this class.
textarea#exampleTextarea {
background: gray;
}
Or you can use this as well.
#exampleTextarea {
background: gray;
}
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With