@Phantom D regarding my suggestion:
you will need to wrap that {$post['usertitle']} variable like
<span class="title_gid_{$usergroup['gid']}">{$post['usertitle']}</span>
and in global.css add
.title_gid_x {
color:blue;
}
where x is the number of your usergroup (if it's admin then x is 4).
This is on my default theme:
.title_gid_4 {
color:blue;
}
Here's a preview http://i.imgur.com/WwVpNuM.png
you will need to wrap that {$post['usertitle']} variable like
<span class="title_gid_{$usergroup['gid']}">{$post['usertitle']}</span>
and in global.css add
.title_gid_x {
color:blue;
}
where x is the number of your usergroup (if it's admin then x is 4).
This is on my default theme:
.title_gid_4 {
color:blue;
}
Here's a preview http://i.imgur.com/WwVpNuM.png