Mark Tabor

Mark Tabor

  • 569
  • 1.9k
  • 431.2k

CSS FOR setting CONTENT OF LABEL

Apr 23 2022 6:42 AM

I want to change the label from Price to Total Price ,What would be the css
<div class="row">
<div class="col-md-12 col-lg-12 col-xs-12 col-sm-12">
<label class="control-label">Price <span class="required">*</span></label>
<input class="form-control parsley-error" type="text" name="ad_price" id="ad_price" data-parsley-required="true" data-parsley-pattern="/^[0-9]+\.?[0-9]*$/" data-parsley-error-message="only numbers allowed." value="" data-parsley-id="17"><ul class="parsley-errors-list filled" id="parsley-id-17" style="display: none;"><li class="parsley-custom-error-message">only numbers allowed.</li></ul>
</div>
</div>


Answers (9)