You can also change the whole post content color like here in forum.
Search in theme postbit/postbit_classic template:
Replace all with:
Save changes!
Also add to theme showthread.css your desired color changes like:
Search in theme postbit/postbit_classic template:
<div class="post_content>
Replace all with:
<div class="post_content post_{$usergroup['gid']}">
Save changes!
Also add to theme showthread.css your desired color changes like:
/* post content backgound color for usergroup 4 */
.post_content.post_4 {
background: yellow;
}
/* post content backgound color for usergroup 2 */
.post_content.post_2 {
background: lime;
}
/*etc */