MyBB Community Forums
MyBB Community Forums
>
Community Archive
>
Archived Forums
>
Archived Development and Support
>
MyBB 1.6
>
1.6 General Support
> Make sticky threads bold?
Full Version:
Make sticky threads bold?
You're currently viewing a stripped down version of our content.
View the full version
with proper formatting.
InFlames20
2010-11-28, 08:19 PM
Title says it all.
I know I have to put somewhere <b> or <strong> tag but I don't know where.
Thanks
Matt
2010-11-28, 08:30 PM
Add this to the global.css for your theme:
.forumdisplay_sticky { font-weight: bold; }
See if that works, should do.
InFlames20
2010-11-28, 09:05 PM
It worked, thanks Matt
MyBB Community Forums
>
Community Archive
>
Archived Forums
>
Archived Development and Support
>
MyBB 1.6
>
1.6 General Support
> Make sticky threads bold?