MyBB Community Forums

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

how can I change the default size if font on threads

most of the users just post there comments using the quick reply , so the font is so small and I want it to be like Large or medium else by default

and I changed the font of the quick reply box , how can I return the default or change it

sorry for my english Toungue

and thanks for your efforts
In the ACP, open global.css for your theme and add this at the bottom, change 15px to whatever size you want:
.trow1_postbit {
    background: #ffffff url(images/MIBlue/trow.gif);
    font-size: 15px;
}
.trow2_postbit {
    background: #ffffff url(images/MIBlue/trow2.gif);
    font-size: 15px;
}

Then open the postbit_classic template, find:
    <td class="{$altbg}" valign="top">

Replace with:
    <td class="{$altbg}_postbit" valign="top">
thanks for replying that fast

but the font of the posts didnt change
the font of the forums have changed and that was not what I wanted

[Image: 26e9e3ff47.jpg]
You can't have followed my instructions correctly then.
I realy did followed your instructions but thats what I got

[Image: c2093405a1.jpg]

could it be from the style it self ???

and what about the quick reply ? how can I change the font type ?


thanks for your effort anyway

I realy appreciate your help
You can't have done as I said, if you had there's no way it would affect those areas. PM me admin login details if you want me to fix it. Smile
Okay seems to be sorted, the RTL layout is really spinning me out though so can you check it's right? Smile
lol

nothing has changed

but thanks anyway

its enough that you have tried