okay, changing custom title font color, do this:
under templates in the ACP, click "modify"
on the template you are using, click "expand list"
where it says "Postbit Templates" click expand
where it says "postbit" click "edit"
it will open the template editor, find the following string of text:
Code:
<smallfont>$post[usertitle]</smallfont><br>
change that line of text to:
Code:
<smallfont><font color="#yourhexcolor">$post[usertitle]</font></smallfont><br>
This will change the color for everyone's user title .