XF 1.4 Custom user icons?

Blakefire

Active member
So I know I can add a custom icon to user groups using a code like
Code:
background: transparent url('styles/Images/Reddit-icon.png') no-repeat;
padding-left: 20px;
font-weight: bold;
But is there a way to add that icon to a single user instead of a user group?
 
Top Bottom