XF 1.3 User Groupp Styling

Velli

Active member
Hello! I was watching this manual: http://xenforo.com/help/user-group-styling/
In section: Staff Styling > Avatar holder

Code:
.staff .avatarHolder {
background-color: @primaryLighter !important;
}

.staff .messageUserBlock {
background-color: @primaryLightish;
border-color: @primaryLightish;
}

.staff .messageUserBlock .arrow {
border-left-color: @primaryLightish;
}

.staff .messageUserBlock .arrow span {
border-left-color: @primaryLighter;
}

I understand how to implement it, but how I select a particular group?
For example, registered group or other created for me.

Thanks!
 
Top Bottom