News:

Bored?  Looking to kill some time?  Want to chat with other SMF users?  Join us in IRC chat or Discord

Main Menu

how to edit the default size of any text in posts ...

Started by صلاح الدين, December 27, 2009, 05:00:47 PM

Previous topic - Next topic

صلاح الدين

how to edit the default size of any text in posts ...

hadesflames

go to ./Themes/default/css

Open the index.css file and search for:

.post, .personalmessage
{
overflow: auto;
line-height: 1.4em;
padding: 0.1em 0;
}


change it to

.post, .personalmessage
{
overflow: auto;
line-height: 1.4em;
padding: 0.1em 0;
font-size: XXpx;
}


which would change the size to XXpxs (change the XX to what you want)
also this is where you would add other font stuff for your posts and private messages.

make sure to clear your browser cache and press ctrl+F5 or you won't see the changes ^^

Advertisement: