you need to specify the background color in the "My text area" field in bootstrap this is the 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>
source
share