XenForo Hide staffbar for admin and mods

N

Nicolas FR

Guest
Hello,

How can i hide permanently staffbat for admin and modos ?
I tried this :
CSS:

Code:
.p-staffBar
{
    visibility: hidden;
}
The staffbar disappear but there is a blank space instead. I don't want the blank space too.
Thanks guys.

Continue reading...