Put the name in color in the navgroup

Put the name in color in the navgroup

UnstucK

Administrator

Staff member
Vip Member
Reputation: 100%
Reaction score
48
Points
55

Put the name in color in the navgroup


In your template PAGE_CONTAINER

Search:
Code:
<a href="{{ link('account') }}"

And at the bottom replace:
Code:
<span class="p-navgroup-linkText">{$xf.visitor.username}</span>

By this code:
Code:
<span class="p-navgroup-linkText username--style{$xf.visitor.display_style_group_id}">{$xf.visitor.username}</span>

Result:
1.webp
 
Back
Top