MyBB Community Forums

Full Version: Names Wont Bold
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Okay, basically the usernames will not bold no matter what I do. I've tried
<b>{username}</b>
&
<strong>{username}</strong>

Neither is working. I've had cases where my names are all bold, but this is weird. I feel it has something to do with the CSS, though I can't for the life of me figure out what. If someone would mind taking me a look, I'd highly appreciate it.


Forum URL - http://www.polar-host.com/forums.php


Thanks. Smile
Try this one:
<strong style="font-weight:bold !important;">{username}</strong>

Also see if the same happens when using the default theme.
Okay, it was the theme, as it worked in Mybb Default. Your code worked, thank you very much. Smile

+rep & solved