Also you can change the size of the font used.
In post bit or post bit legacy.
Find this:
Code:
<if condition="$post[postcount] == '1' ">
<div align="right">$extrafields</div>
</if>
replace with this:
Code:
<if condition="$post[postcount] == '1' ">
<FONT FACE="arial" SIZE="3"><div align="right">$extrafields</div></font>
</if>
To change the color of the extrafields replace with this:
Code:
<if condition="$post[postcount] == '1' ">
<FONT FACE="arial" SIZE="3" COLOR="#000000"><div align="left">$extrafields</div></font>
</if>