PDA

View Full Version : how to make thread titles in forumhome and forumdisplay bold!!!


MedellinStyle
12-30-2009, 03:59 AM
PLEASE HELPP!

happy new year to everyone, I have searched in all styles, in all ways, cant make the thread titles in forumhome to be bold???

anyone please help! thansk in advance.

http://img705.imageshack.us/img705/2671/howto.jpg

Easific
12-31-2009, 08:26 AM
You couldnt find it because its not defined yet.

Open forumbits.css, scroll to the bottom, add the following-
.threadtitle {
font-weight:bold;
}

If you want the thread title to be bold only on the forum home then the following instead of above
.lastposttitle threadtitle {
font-weight:bold;
}

childfun
01-02-2010, 04:26 PM
Thanks!!!

MedellinStyle
01-05-2010, 06:37 AM
trying. for me still no result.

Lynne
01-05-2010, 02:33 PM
It's actually:
.lastposttitle a.threadtitle {
font-weight:bold;
}

SuperGLS
01-06-2010, 12:00 PM
Very good. Thanks!