You could, of course, use the zoom controls of the browser.msibm wrote:Are there an easy way to do that?
Code: Select all
body {
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 10px;
line-height: normal;
margin: 0;
padding: 12px 0;
word-wrap: break-word;
-webkit-print-color-adjust: exact;
}
font-size: 10px;
to what ever you would like.Would doing this also change the font size on a mobile screen when the forum adjusts to it using its responsive feature? If not how do I increase the font size on a mobile screen?Elias wrote: Sun Jan 17, 2016 10:43 pm If you want to edit the file then it would be:
styles/prosilver/theme/common.css
FIND:ChangeCode: Select all
body { font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 10px; line-height: normal; margin: 0; padding: 12px 0; word-wrap: break-word; -webkit-print-color-adjust: exact; }
font-size: 10px;
to what ever you would like.
Thanks
Ok I did it. I changed the font size as instructed above from 10px to 11px. It increased the text size a little but it also made the category and topic titles bigger as well. Why? How? See here:Elias wrote: Sun Jan 17, 2016 10:43 pm If you want to edit the file then it would be:
styles/prosilver/theme/common.css
FIND:ChangeCode: Select all
body { font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 10px; line-height: normal; margin: 0; padding: 12px 0; word-wrap: break-word; -webkit-print-color-adjust: exact; }
font-size: 10px;
to what ever you would like.
Thanks
Well the OP did. I only wanted to changed the font size of the body text in posts. lolElias wrote: Tue Dec 05, 2017 12:46 am You asked to increase ALL the font size.
Check this, should still work for 3.1:
viewtopic.php?f=591&t=2426201#p14755731
And that's exactly why we always ask people to start their own topics for their own questions so there's no confusion.WWu777 wrote: Tue Dec 05, 2017 1:06 pm Well the OP did. I only wanted to changed the font size of the body text in posts. lol