Mark Tabor

Mark Tabor

  • 592
  • 2k
  • 458.5k

How to apply css

Apr 21 2022 5:41 PM

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>


Answers (4)