[Template Edit] Highlight Staff Posts

Status
Not open for further replies.

Mikey

:mikey:
Staff member
Joined
Jan 26, 2008
Messages
17,836
A simple CSS edit, I noticed this while browsing threads and noticing that staff members posts had the "staff" class appended to the blockquote attribute.

Go to xenforo.css and add this;
Code:
.staff
{
border:10px solid #CD0000;
background:#CD0000;
}
that will add a red background to staff posts like this;
2010-12-17-04h19_28.png



or, if you're feeling adventurous, you could add this;

Code:
.staff .messageUserBlock
{
border:10px solid #CD0000;
background:#CD0000;
}

which would do this;
2010-12-17-04h18_08.png



Of course the only limit is the limit of your CSS knowledge.

For example, here is what I've done with mine;

staff-posts.png
 

Floris

I'm just me :) Hi.
Staff member
Joined
Jan 1, 2001
Messages
60,100
Nice one, pretty cool add-on, I will consider using this on one of my boards so team members stand out.
 
Status
Not open for further replies.
Top