XF 1.4 add icon near username "member online" on sidebar

Betclever

Well-known member
Hello all,

I have seen on a forum some icons 36x36 near the username on the sidebar "member online".
How can I add my png file please cause I want to add some icons near some usernames?

Thanks.
 
Found.

FYI:

Code:
.username .style3 {

  background:url(path to your url) 0% 0 no-repeat scroll transparent;

  color:red;

  font-size:13px;

  font-weight:bold;

  padding-left:20px;

}

style3 corresponds to admin by def.
 
Top Bottom