How to eliminate the “conected as” in the info bar?
thanks
Hi Michael
If I understand what you are after, then adding the following to the CSS should do it:
.kn-current_user {
visibility: hidden;
}
Julian
Tks Julian. I will explain it better:
now: Conected as Michael - [Account] [End session]
desired: Michael - [Account] [End session]
just to delete the text “conected as”.
You help me on the way Julian! got it! tks!
I went to inspect the page code and found the id
.kn-current-user-intro { visibility: hidden; }