How to increase the font size just in the forums

  Post new topicReply to topicPrintable Version
<< View previous topic View next topic >>
Share: Del.icio.us  Digg  Google  Spurl  Blink  Furl  Y! MyWeb  
#1   How to increase the font size just in the forums
gamefowlworld
CZ Super Newbie
gamefowlworld has been a member for over 19 year's 19 Year Member
Gender: Male
Website:
Status: Offline
Joined: Jun 17, 2005
0.00 posts per day
Posts: 35
Points: 1,392
   
I cant find the JS script for this. All I want to do is increase the font sixe for peoples post only. I have some older readers that are complaining.

Any help? Thanks



Back to top Reply with quote
#2   re: How to increase the font size just in the forums
Kelly_Hero
PayPal Donation
CZ Revered Member
 Codezwiz Site Donator
usa.gif southcarolina.gif
Occupation: Web Developer
Age: 59
Gender: Female
Website:
Status: Offline
Joined: Aug 20, 2003
0.49 posts per day
Posts: 3765
Points: 351,412
   
Look inside your themes folder for a forums.css file. It should be something like themes/THEME_NAME/forums/forums.css. Once you have the file, you'll need to look for a class named "postbody". It will look something like this:

.postbody { font-size : 12px;}


Change the font-sixe to whatever you want.

You'll need to do this for every theme you have installed.


Back to top Reply with quote
#3   re: How to increase the font size just in the forums
gamefowlworld
CZ Super Newbie
gamefowlworld has been a member for over 19 year's 19 Year Member
Gender: Male
Website:
Status: Offline
Joined: Jun 17, 2005
0.00 posts per day
Posts: 35
Points: 1,392
   
Thank you very very much Kely



Back to top Reply with quote
#4   re: How to increase the font size just in the forums
gamefowlworld
CZ Super Newbie
gamefowlworld has been a member for over 19 year's 19 Year Member
Gender: Male
Website:
Status: Offline
Joined: Jun 17, 2005
0.00 posts per day
Posts: 35
Points: 1,392
   
Well heck there is no forums.css file in my theme. I am using the vtech2 theme for platinum.

The only .csss files there are

formIE.css
that is just for block alignment and no place for text size.

Any other sugestions?



Back to top Reply with quote
#5   re: How to increase the font size just in the forums
Kelly_Hero
PayPal Donation
CZ Revered Member
 Codezwiz Site Donator
usa.gif southcarolina.gif
Occupation: Web Developer
Age: 59
Gender: Female
Website:
Status: Offline
Joined: Aug 20, 2003
0.49 posts per day
Posts: 3765
Points: 351,412
   
Without having the theme in front of me, it's hard to tell you exactly what to do. Here are some other things you might try:

Look in the themes/vtech2 folder for a styles folder. There may be a .css file in there.

Look in overall_header.tpl and see if you see a line similar to this:

link rel="stylesheet" href="templates/vtech2/styles.css" type="text/css"


That may give you an indication of where the stylesheet is located.

Look in overall_header.tpl and see if you see a line similar to this:

.postbody { font-size : 12px; line-height: 17px}


If none of that works, zip up the template file and attach it here, or leave me a link to download it and I'll take a look through it.


Back to top Reply with quote
Display posts from previous:      
Add To: Del.icio.us  Digg  Google  Spurl  Blink  Furl  Y! MyWeb  
<< View previous topic View next topic >>
Post new topicReply to topic

Jump to 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum