Quote:
Originally Posted by chewy
Hi everyone
Just a quick question I have vb3 gamma and I would like to change the size of the users name in user detail when displayed in a post on the postbit template anyone know where the change can be made, I have been looking and have come up short.
Thanx
|
Find this in postbit:
Code:
<div id="postmenu_$post[postid]">
<if condition="$show['profile']">
<a style="font-size:14pt" href="member.php?$session[sessionurl]u=$post[userid]">$post[musername]</a>
Change the "font-size:14pt" to whatever size you want.
Took me a little while to find it.