XF 2.0 Edit "Staff Member" css class?

KensonPlays

Well-known member
Since I don't see it in the User Groups, is it possible to edit the "Staff Member" tick from the default to a custom image?
 
The template for this modification is app_user_banners.less :
Code:
&.userBanner--staff,
&.userBanner--primary
{
    .m-userBannerVariation(@xf-linkColor, @xf-contentHighlightBg, @xf-borderColorHighlight);
}
 
The template for this modification is app_user_banners.less :
Code:
&.userBanner--staff,
&.userBanner--primary
{
    .m-userBannerVariation(@xf-linkColor, @xf-contentHighlightBg, @xf-borderColorHighlight);
}
Thanks, I'll get to it when I feel like it haha.

How about marking as staff, but having the badge not show? Is that possible? Just so it shows under "staff members"?
 
Top Bottom