Quote:
Originally Posted by PnL
Great mod but a request.
Is there a way to change the font size of the username that is showing up? I'd like to make it smaller than default and nothing I've tried seems to work.
Any suggestions?
|
Find this in your edited index.php:
Code:
$temp.= "<a href=\"member.php?u=".$val."\">".$row_show_username['username']."</a>";
Replace with:
Code:
$temp.= "<div class=\"smallfont\"><a href=\"member.php?u=".$val."\">".$row_show_username['username']."</a></div>";
Worked fine for me.