B Blatchy Well-known member Mar 1, 2022 #1 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?
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?
alternadiv Well-known member Mar 10, 2022 #2 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; } Upvote 1 Downvote
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; }
B Blatchy Well-known member Mar 10, 2022 #3 sixlxvi said: 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; } Click to expand... Thanks Upvote 0 Downvote
sixlxvi said: 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; } Click to expand... Thanks