The title text? The stuff in the very top browser bar? You can't change the text size for that.
As for the code, if that is the link you are wanting to only show to people who can see it - people in usergroup x or y or z:
Code:
<if condition="is_member_of($bbuserinfo, array(x,y,z))">
<td class="vbmenu_control"><a href="forumdisplay.php?f=56">Private</a></td>
</if>
But, you need to replace the x,y,z with the usergroup ids for the groups who can see the forum.