MyBB Community Forums

Full Version: font size
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hi

how change size font mybb 13 is very small ??

i test method global.csc but no thing change Sad
Where do you want it to be changed? Look in your global.css and find anything that says font-size: and edit appropriately.

If it's the size of the text in your posts that are too small, find

.post_body {

And add in a font-size.
thanks
but can't find .post_body { I have find .post_content ?
You can add it then. Add it anywhere in your global.css. I usually put it above or below the .post_content class, but it doesn't matter.

.post_body {
        font-size: 15px;
}
Add this code but unfortunately, Nothing has changed
I will crazy
Refresh the page or clear your cache.
(2012-08-08, 05:34 AM)Tecca Wrote: [ -> ]Refresh the page or clear your cache.

I am refresh the page but nothing happen Huh
after clear the cache I got problems and forum did not work, so restore the data cache again Sad