[Template Edit] Highlight Staff Posts

Status
Not open for further replies.

Mikey

:mikey:
Staff member
Jan 26, 2008
17,836
692
510
33
Disunited Queendom
mikeylicio.us
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
 
  • Like
Reactions: 2 people
Status
Not open for further replies.