1. craig-kennedy
  2. General
  3. Thursday, April 14 2022, 09:37 AM
I have easy profile and I want to customise the search form but I have no idea where to add the required class info? I see there is a default class for all fields and I need to seperate each one to be able to better sytle to form.
admin Accepted Answer
Admin
Hi,
unfortunately there is not possible to add a specific class for each field in search form.

Anyway there is a workaround, you can add a CSS code like this:
.jsn_search > .control-group:nth-child(0){/* The first search field container */}
.jsn_search > .control-group:nth-child(1){/* The second search field container */}
....
  1. more than a month ago
  2. General
  3. # 1
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.