Remove "Loggin in as" from user menu

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;
}

image

Yes it did (with the period). Thank you!!

.kn-current-user-intro {
display: none;
}

Good catch! Edited my code haha.