For those of you that wish to display a banner instead of a badge. Use CSS something like this
Code:
.admin {
background-image: url('https://yoursite.com/badge/admin.png');
background-repeat: no-repeat;
height: 29px;
width: 118px;
text-indent: -9999px;
white-space: nowrap;
}
just input this in extra.less and change it accordingly to your needs.
@KensonPlays thanks for this coding
you will get banners something like this
View attachment 172918
Just wanted to share