YAFLogo

tecman
  • tecman
  • 100% (Exalted)
  • YAF All-the-Time Topic Starter
9 years ago
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?
Sponsor
VijayVignesh
9 years ago
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.

tecman
  • tecman
  • 100% (Exalted)
  • YAF All-the-Time Topic Starter
9 years ago
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:

.yafnet td {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 8pt;
	color:#404040;
}

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!