I want css to change the Label from Price to TOTAL PRICE what would be the css below is my html code.
<div class="col-md-12 col-lg-12 col-xs-12 col-sm-12"> <label class="control-label">Price <span class="required">*</span></label>
</div>