MyBB Community Forums

Full Version: Make usernames bigger in postbit?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,
How would we go about making the font of the usernames bigger in the post bit?

We've tried <font size="10px">usernamecode</font> but no luck.

Thanks in advance!
Find this

<span class="largetext">{$post['profilelink']}</span>

in the following two templates:

postbit
postbit_classic

and change it to:

<span style="font-size: 24px;">{$post['profilelink']}</span>