To make text in ShoutBox smaller font do it by adding this
go to this template name = forumhome_vbshout_shout
and add this code
####################################
or easy way is to delete everything in forumhome_vbshout_shout template
and copy and past this code in to it
Code:
<tr>
<td width="1%" style="white-space:nowrap" align="left" valign="top">
<font size="2">[{$Shout['time']}]
</font>
<if condition="!$Shout[s_me]">
<if condition="$Shout[s_by]">
<a href='member.php?{$session['sessionurl_q']}u={$Shout['s_by']}'>
</if><font size="2">{$Shout['username']}</font><if condition="$Shout[s_by]"></a></if><font size="2">:</font>
</if>
</td>
<td width="100%" align="left">
<if condition="!$Shout[s_me]">
<font size="2">{$Shout['s_shout']}</font>
<else />
<span class='highlight'>
*{$Shout['username']} {$Shout['s_shout']}*
</span>
</if>
</td>
</tr>