In usergroups you have a field to set User Name CSS.
There some places that I can see the styled username, but in member pages it shows a clean version of the user name.
In `member_view` you can find this line:
Not sure if that suppose to add also the styling, but if it should, it doesn't work.
There some places that I can see the styled username, but in member pages it shows a clean version of the user name.
In `member_view` you can find this line:
HTML:
<h1 itemprop="name">{xen:helper richUserName, $user}</h1>
Not sure if that suppose to add also the styling, but if it should, it doesn't work.