XF 2.0 Staff bluetext?

Kainzo

Active member
How do you make all .staff a certain color when they post? The old XF1 method was below, whats Xf2?
Code:
.staff .messageText{
color: lightblue !important;
}
 
Not sure what class would work for staff but if you have that already you can try using the ".message-body" class without the quotes added to that. I believe that's the replacement for .messageText or at least I think it is when using inspect element that's what it showed.
 
Last edited:
Top Bottom