MyBB Community Forums

Full Version: How to change size of username?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
1...can u guys help me to increase size of username to fit between icons.
2...Change position of online and offline icon.

see below screenshots.
AdminCP > templates > your theme's templates > Postbit Templates > postbit_classic > and bring the following code;
{$post['onlinestatus']}
below to;
{$post['user_details']}

Next, to resize the username, search;
<span class="largetext">{$post['profilelink']}</span>
and play with the CSS styling, something like this;
<span style="font-size: 15px;">{$post['profilelink']}</span>
after doing this one more problem..
as u seen in screenshot, in admonstrator pst warning level fonts are large in compare to other.
i want to make universal same as others.
help guys.

2....when i keep cursor on username link in post, whole user detail shows underline.
how to correct it.
Can you please post your website's URL?
i have edited

<br />{$lang->postbit_warning_level} <a href="{$warning_link}">{$warning_level}</a>

to

<br /><span style="font-size:10px;">{$lang->postbit_warning_level} <a href="{$warning_link}">{$warning_level}</a></span>
and warning font size is solved..

but underline comes under whole user details.
pls help regsrding this matter.

domain : www.medishared.org
Provide any testing account as well Toungue
username : testing
password ; testing123