XF 2.0 Added Usergroup Image instead of Banner, quick question.

kbarg

Member
For the image to appear, when you have usergroup stacking on, I added a class name of "webmaster" in the usergroup.

I edited extras.less and added

.webmaster
{
padding-left: 4px;
padding-top: 5px;
background-image: url("/styles/theme/webmaster.png");
background-repeat: no-repeat;
background-position: center;
}


And it pops up in the message view, BUT for it to even show up in the first place you need to add "user banner text", and when you do so it shows the image, and has text covering it. Is there a way I can have the image pop up like it is and not have text in the "user banner text"?
 
Top Bottom