1. philipsi
  2. General
  3. Thursday, May 21 2015, 12:53 PM
Hello,

I am using your easy profile extension. i would like to know how to style the profile tabs. is it possible to give class for group name. I have 4 groups in profile and I like to give an icon beside each tab heading (an icon beside Basic details like that)
Please help

Thanks
admin Accepted Answer
Admin
Hi,
is it possible to give class for group name
Sorry not, Easy Profile extends Joomla user profile, so registration and edit profile pages are the same of Joomla. Tabs are generated by a Javascript.

Joomla not have group classe on HTML fieldsets.

To do this you can use a simple CSS like this:
ul#profile_tabs li:nth-child(0) a:before{/*code to first icon*/}
ul#profile_tabs li:nth-child(1) a:before{/*code to second icon*/}
ul#profile_tabs li:nth-child(2) a:before{/*code to third icon*/}

more info on nth-child pseudo class at http://www.w3schools.com/cssref/sel_nth-child.asp
  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.
Sorry, the discussion is currently locked. You will not be able to post a reply at the moment.