In the admin control panel, edit the user and select:
Then go to:
Admin control panel -> Options -> User options -> User banners -> Show staff banner
Now you will see the "Staff member" banner like this:
Where can you edit the styling of the staff banner?
Edit the extra.less template. This example shows changing the text to red:
Then go to:
Admin control panel -> Options -> User options -> User banners -> Show staff banner
Now you will see the "Staff member" banner like this:
Where can you edit the styling of the staff banner?
Edit the extra.less template. This example shows changing the text to red:
HTML:
.userBanner--staff {
color: red !important;
}