Page 1 of 1

Please Add Class to required field label

Posted: Mon May 07, 2018 12:00 am
by stonelion
I want to style the asterisk for required fields (on the payment page) but it was implemented with no class that would allow styling it. Please change this:

Code: Select all

<div class="col-sm-4">* &nbsp;Address</div>
to this:

Code: Select all

<div class="col-sm-4"><span class="required">*</span> &nbsp;Address</div>
Yes I know I can make it work with jQuery but there really should be a class defined so that it can easily be styled via CSS.

Re: Please Add Class to required field label

Posted: Tue May 22, 2018 6:28 am
by annettemorgenroth
We have added a class requiredfield.