Quote:
Originally Posted by KURTZ
@ Mosh:
just wondering, is possible to decrease the dimension of the font in the box title (i mean: Members currently using Flashchat: 0) ... i want which that font is bigger like that in the who's on line box ... 
|
Edit the
Display_Chatters_Addon template to your liking.
You probably need to change:
HTML Code:
<td class="tcat" colspan="2">
to:
HTML Code:
<td class="thead" colspan="2">
That will probably do what you want.