
02-20-2011, 10:34 PM
|
 |
Senior Member
|
|
Join Date: Sep 2008
Location: North Carolina
Posts: 5,844
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by Randomm
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  .
Quote:
Originally Posted by Michael
Edit forumbits.css and find:
Code:
#forums .L1 .forumhead a {
font: {vb:stylevar forumhead_font};
}
Add as shown:
Code:
#forums .L1 .forumhead a {
font: {vb:stylevar forumhead_font};
font-size: 20px;
}
Adjust # to suit  .
|
|