XF 2.2 Remove username from menu

Blatchy

Well-known member
Licensed customer
I found a link earlier but I cant seem to locate it any longer.

How do you remove the username next to the icon in the user menu?

Post-thread-XenForo-community.webp
 
Do you want the username text gone but the avatar to stay? If so, add to extra.less:

CSS:
.p-navgroup-link--user .p-navgroup-linkText {
    display: none;
}
 
Back
Top Bottom