Please Add Class to required field label

Suggestions and ideas to make Beds24.com better
Post Reply
stonelion
Posts: 40
Joined: Tue Feb 13, 2018 12:29 pm

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.
annettemorgenroth
Posts: 1335
Joined: Sun Jun 30, 2013 8:44 am

We have added a class requiredfield.
Post Reply