Hey everybody, Chuck my computer guru is taking some time off, so it's up to me. lately I have had some guys saying that the forum was hard to read. Is there a way we can make the font bigger or maybe bold? I think white might even work. Any help on this would be great
permalink
permalink
If you know CSS, you can edit the font sizes via your Admin Panel (under Themes -> CSS), check out the 'Hack your Forum' category on support for more info.
permalink
I will check it out thanks
permalink
I found the CSS in admin panel. I'm a little lost do just type the font size in the box?
permalink
Though I reccomend against doing it this way(more on that at the end), here is what you do to change the base font size with css; type in the box:
body {font-size:16px}
And then press update at the bottom, you can make that 16 bigger or smaller as you desire (for reference its defualt is 12px), its important to keep the px after the number.
This wont update every font size though, so it may make the page harder to read, in the sense that the headings may be smaller than the text.
Why I reccomend against this, is that this may break the layout a little, the correct thing to do is to use your web browsers font resize function.
This wont work properly if you use internet explorer, if you have ie7 you need to use the 'Zoom' function instead.
All other web browsers will resize the text with the normal text size settings, which is one of the main reasons to reccomend Firefox, Safari or Opera.
If your uses are stuck with ie6 then the css is the only way to go for the moment, though its an area we hope to improve on later.
Hope this helps.
permalink
What if I just change the color to white. That way the font size won't be an issue
permalink
Hi,
that can be done in a similar way, try this piece of css in the box:
body, .section {color:white}
This will change most of the text to white, if you want to change it all to white, just ask, but thats a little more complex; this should get the main bulk of text, and most importantly for your users the posts.
permalink
I got it. Thanks alot
permalink
Thanks
~Scy
permalink
~Scy
This Topic Is Locked To Guest Posts
It's been a while since this topic was active, if you'd like to get it going again, please post as a registered member
Be sure to check out our