i'll help you out. if your using my mod then i can probably offer you the right guidance.
ok find your colour and font template modifications and remove them.
ok in your custom fields you shoul have three options.
Colour
Font
and my Size field
ok note down the field numbers of them and then in your postbit_legacy find:
<!-- message -->
and highligh everything from that till you reach
<!-- / message -->
now then delete the selected lot of code and replace it using this code:
Code:
<!-- message -->
<div id="post_message_$post[postid]"><if condition="$post['field10'] != '' OR $post['field11'] != '' OR $post['field12'] != ''">
<font style="font-family:$post[field11]; color:$post[field10]; font-size:
$post[field12]px;">$post[message]</font>
<else />
$post[message]
</if></div>
<!-- / message -->
replace 10,11,12 with the numbers of your fields
on mine 10 = color
11= text
12 = size.
and hopefully that should work. if you encounter any problems feel free to contact me for extra support.