Go to CP > Display > Templates > memberlist_body
And find:
- Code:
<table class="forumline" |
Inside class= add another class called "fa_members". It will look like this:
- Code:
<table class="forumline fa_members" width="100%" border="0" cellspacing="1" cellpadding="0">
Now, go to css and add this:
- Code:
.fa_members .tooltipstered strong {
font-weight:normal;
}
Remove what I have told you last time. Of course, save template settings. :P