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.
Yes it did (with the period). Thank you!!
.kn-current-user-intro {
display: none;
}
Good catch! Edited my code haha.