View Full Version : HT: Change forum category font size
Randomm
02-20-2011, 04:18 PM
Hi, how do I change the forum category font size? because right now it's the same size as the forums and I figure since it's a category, it should have a larger font size
Much help would be greatly appreciated
Lynne
02-20-2011, 04:30 PM
Do a Search in Templates for "#forums .L1 .forumhead a" to find where the size is set.
Randomm
02-20-2011, 10:03 PM
Okay now which of these do I go to?
forumbits.css
stylegenerator.css
and which phrase would I need to edit?
TheLastSuperman
02-20-2011, 10:34 PM
Okay now which of these do I go to?
forumbits.css
stylegenerator.css
and which phrase would I need to edit?
I just answered this :p.
Edit forumbits.css and find:
#forums .L1 .forumhead a {
font: {vb:stylevar forumhead_font};
}
Add as shown:
#forums .L1 .forumhead a {
font: {vb:stylevar forumhead_font};
font-size: 20px;
}
Adjust # to suit ;).
Randomm
02-20-2011, 10:41 PM
yes you did and thanks
now how do I change the color to black?
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.