We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

Where to change font size? | Forum

Topic location: Forum home » Development » Themes
Tester
Tester Jan 30 '13
Where to change font size of the following?
1. Blog text
2. Comments in general (e.g. Forums)
Tester
Tester Feb 10 '13
Still waiting for an answer :(
Tester
Tester Feb 11 '13
I asked the question because I don't see much in the base.css (theme: Spring).

/* ---- Blogs styles ---- */
.ow_blogpost_compose textarea{
    height: 235px;
}
/* ---- End of Blogs styles ---- */


I tried to add font-size to it, but it doesn't work.
So where should I go? Does the question call for a developer?
The Forum post is edited by Tester Feb 11 '13
Alia Team
Alia Feb 12 '13
Tester, since I am not a designer, I can not tell for sure, but following trick should work both for the font size of blogs and forum replies:

Admin panel>>appearance>>edit css find:

.ow_ipc_content {

   line-height1.25em;    padding0 0 12px;
}


and add following line:


    font-size19px;   





Alia Team
Alia Feb 12 '13
Topic was moved from General Questions.
Tester
Tester Feb 12 '13
Thanks, Aliia. How about Comments font size?