MyBB Community Forums

Full Version: Make Default Theme Text Bigger
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
In general my theme has too small of text set. How do i make it so when people post it automatically sets it at small. Right now it is default at extra small
In global.css stylesheet, find;
table {
	color: #000000;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 13px;
}

and change the font size.
(2011-01-03, 07:00 AM)Yaldaram Wrote: [ -> ]In global.css stylesheet, find;
table {
	color: #000000;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 13px;
}

and change the font size.

this did not work :/
(2011-01-04, 02:40 AM)MoDz Wrote: [ -> ]
(2011-01-03, 07:00 AM)Yaldaram Wrote: [ -> ]In global.css stylesheet, find;
table {
	color: #000000;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 13px;
}

and change the font size.

this did not work :/

What did you change it too?

And I'm not sure why it would auto-set it to "extra small", it shows the "[size=x-small ]" tags when you edit a post? Or did you just use that term to describe it being small?

And finally, does it appear small to other members?
(2011-01-04, 03:06 AM)Chase Wrote: [ -> ]
(2011-01-04, 02:40 AM)MoDz Wrote: [ -> ]
(2011-01-03, 07:00 AM)Yaldaram Wrote: [ -> ]In global.css stylesheet, find;
table {
	color: #000000;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 13px;
}

and change the font size.

this did not work :/

What did you change it too?

And I'm not sure why it would auto-set it to "extra small", it shows the "[size=x-small ]" tags when you edit a post? Or did you just use that term to describe it being small?

And finally, does it appear small to other members?
when i say it sets it to extra small i mean the forums have very small text.

i changed it from 11px to 13px
(2011-01-04, 03:09 AM)MoDz Wrote: [ -> ]
(2011-01-04, 03:06 AM)Chase Wrote: [ -> ]
(2011-01-04, 02:40 AM)MoDz Wrote: [ -> ]
(2011-01-03, 07:00 AM)Yaldaram Wrote: [ -> ]In global.css stylesheet, find;
table {
	color: #000000;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 13px;
}

and change the font size.

this did not work :/

What did you change it too?

And I'm not sure why it would auto-set it to "extra small", it shows the "[size=x-small ]" tags when you edit a post? Or did you just use that term to describe it being small?

And finally, does it appear small to other members?
when i say it sets it to extra small i mean the forums have very small text.

i changed it from 11px to 13px

Try something bigger, and make sure to clear your cache.
Are all members seeing it small?

Also, I'm not entirely sure that's the section of code you should be editing, but I'll check.
Change the smalltext class and find the font size, change that number to whatever.

Go to global.css and press ctrl+F and search 'smalltext'.

(2011-01-04, 04:35 AM)Renegader Wrote: [ -> ]Change the smalltext class and find the font size, change that number to whatever.

Go to global.css and press ctrl+F and search 'smalltext'.

That's wrong, the correct element he should style is "table".

@OP Can you provide a link to your board?
(2011-01-04, 05:02 AM)Chase Wrote: [ -> ]
(2011-01-04, 04:35 AM)Renegader Wrote: [ -> ]Change the smalltext class and find the font size, change that number to whatever.

Go to global.css and press ctrl+F and search 'smalltext'.

That's wrong, the correct element he should style is "table".

@OP Can you provide a link to your board?

http://www.Pr0Lobbys.com

do you have AIM it seems you know alot about MyBB
(2011-01-04, 05:02 AM)Chase Wrote: [ -> ]
(2011-01-04, 04:35 AM)Renegader Wrote: [ -> ]Change the smalltext class and find the font size, change that number to whatever.

Go to global.css and press ctrl+F and search 'smalltext'.

That's wrong, the correct element he should style is "table".

@OP Can you provide a link to your board?
ok so i edited the table thing putting it at 13px and i see what it does! it only edits the forums and category text. not the actual thread title or post content itself.
I am looking too enlarge the thread title and post content
Try making it bigger, around 15px. I did it through firebug- and appears fine.

Also, try pressing CTRL + 0? There's always the possibility you zoomed out of it.