Posted by: tecman - Tuesday, 25 August 2015 14:39:10 |
---|
We use the 'So Fresh, So Clean' theme for our forum, and we find the post font size used in this theme enough small. Is there a setting file we can use to increase this font? |
Posted by: VijayVignesh - Wednesday, 26 August 2015 08:29:35 |
---|
I'm loving the Human themes and I've got the site looking how I want it except for the font size of the posts - it's a bit on the large side. |
Posted by: tecman - Wednesday, 26 August 2015 09:25:11 |
---|
We use this theme as it corresponds to the color scheme of our main website. In my case, I implemented a quick "rough" fix by myself yesterday. I changed themes\soclean\theme.css. At the top of the file, we have this: [code=css].yafnet td { font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 8pt; color:#404040; } [/code] I set font-size to 10pt. This also increases the font overall, not only the font of posts. But when I look at this larger font in all parts of forum, my eyes are relaxing now - after that tiny 8pt font! |