PDA

View Full Version : Making postbit information in bold


killerford
04-07-2012, 02:55 PM
How do I make the postbit information bold? Meaning the posts, location, age, join date and other profile fields that I add.

kh99
04-07-2012, 03:23 PM
Try this: edit the additional.css template (under CSS Templates) and add:

.postbitlegacy dl.userinfo_extra {
font-weight: bold;
}

killerford
04-07-2012, 04:22 PM
I've put it at the bottom and nothings changed.

kh99
04-07-2012, 04:24 PM
Is your postbit info across the top? Maybe you should use .postbit without the _legacy.

killerford
04-07-2012, 04:40 PM
No its normal.

Lynne
04-07-2012, 04:46 PM
Are you putting that code into the additional.css template?

killerford
04-07-2012, 05:21 PM
Yes right at the bottom

kh99
04-07-2012, 06:54 PM
Hmm..is it a custom style? The above works for me.

Can you provide a link to your site?

killerford
04-09-2012, 10:42 AM
<a href="http://tuaclan.com/forums/forum.php" target="_blank">http://tuaclan.com/forums/forum.php</a>

kh99
04-09-2012, 11:07 AM
Try this instead:

.etiket_postbit_alanI_userinfo_extra_yazIlarI {
font-weight: bold;
}

killerford
05-30-2012, 09:58 PM
works but is there any chance in getting it so only the left hand side are in bold? like post, location, join date? ect