If you want to change the Font size of latest Threads at the bottom (middle)
Go to templates/search in templates/ type in vbtube
Find : vbtube_latest_threads_result
PHP Code:
<table width="100%" border="0">
<tr>
<td width="83%"><font size=3><a href="showthread.php$session[sessionurl_q]?t=$latestthreads[threadid]"><img src="vbtube/images/icons/icon1.gif" border="0"><b>$latestthreads[title]</b></a></font></td>
<td width="17%"><div align="right"><font size="1">$vbphrase[vbtube_by]: <a href="member.php$session[sessionurl_q]?u=$latestthreads[postuserid]"><b>$latestthreads[postusername]</font></b></a></div></td>
</tr>
</table>
Change this :
font size=3 to font size=1