Customizing SMF > Graphics and Templates
Default font too small
LindaHT:
SMF 2.0.2 The default (I think is eight) it is too small, is there anyway to change that, when u reply to post you have to increase the font everytime. We do not know how to go into the script and change anything, is there any other way to change it?
Many thanks
Linda
Ricky.:
You mean the font you see in reply box ie. the text area ? I don't think they are small, they are big enough , are you sure you are not using very high resolution on not so big Monitor ?
Try Ctrl+0 to reset your browser zoom.
And if you really want to increase size of fonts in textarea ie. reply box, you need to edit css , for default theme, its in Themes/Default/css/index.css
--- Code: (Find following) ---#quickReplyOptions form textarea {
height: 100px;
margin: 0.25em 0 1em;
max-width: 100%;
min-width: 100%;
width: 635px;
}
--- End code ---
In that you can add
font-size = 110% or anything you want, may 15px;
It will do for quick reply box, you can do same for others too like textarea
And if you are talking about overall fonts then
--- Code: (Find following) ---body {
background: url("../images/theme/backdrop.png") repeat-x scroll 0 0 #E9EEF2;
font: 78%/130% "Verdana","Arial","Helvetica",sans-serif;
margin: 0 auto;
padding: 15px 0;
}
--- End code ---
Change 78% to bit higher.
And I hope I get your question properly.
LindaHT:
Thank you for answering me, we do not know how to change codes. I appreciate you responding though.
Thnak you
Linda
Ricky.:
Well, there are SMF files on your webserver, you can edit them after downloading to your computer and then upload back, in your case, it should be :
Themes/Default/css/index.css
K@:
Or, perhaps, you could attach the file, here, so that we could do it, for you. :)
Another quick way of increasing everything, is to hold the Ctrl key down and spin your mouse-wheel. ;)
Navigation
[0] Message Index
[#] Next page
Go to full version