MyBB Community Forums

Full Version: Increase Size of font
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How to increase size of font when posting new thread or reply ....

Where to set default text as larger so whenever anyone post a thread gets larger font size...
In global css:

body {
background: #efefef;
color: #000;
font-family: Verdana, Arial, Sans-Serif;
font-size: 13px;

and

table {
color: #000000;
font-family: Verdana, Arial, Sans-Serif;
font-size: 13px;
}

font-family represents the font face and font-size represents the text size. Modify as you wish.
Yeah its okk ... But by changing the font then at bottom the footer gets disappear..

How to manage that... Pls reply...

Url to site -- http://ezyopensource.com/

Okk i have found,,,

Its working.. thanks a lot...