MyBB Community Forums

Full Version: Make sticky threads bold?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Title says it all. Smile
I know I have to put somewhere <b> or <strong> tag but I don't know where.

Thanks
Add this to the global.css for your theme:

.forumdisplay_sticky {
    font-weight: bold;
}

See if that works, should do.
It worked, thanks Matt Wink