Can I adjust font size for the whole forum in CSS file with increase %?
I mean I can add code only 1 line (i.e. 120%) in CSS file to control the whole forum or not?
I think,it's possible
Themes/default/css/index.css
/* this is the main container surrounding everything, use this to set forum width, font-size etc. */
#mainframe
{
font-size: 85%;
width: 95%;
margin: auto;
}
you should change the font-size
thank you very much. :)
Can you point me to a tutorial for adding theme option for menu selectable font size via css?
HR, you can try searching here to see if anyone did this before. Otherwise, you can try requesting this in the Mod Request board.
Topic marked as solved.