Hi - Looking to remove the “Logged in as” text string from the user menu. Instead, I’d like to just show the user name.
Thanks.
Hi - Looking to remove the “Logged in as” text string from the user menu. Instead, I’d like to just show the user name.
Thanks.
Hey @Jarrod, this CSS should do the trick!:
.kn-current-user-intro {
display: none;
}
Yes it did (with the period). Thank you!!
.kn-current-user-intro {
display: none;
}
Good catch! Edited my code haha.