Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+2 votes
666 views
in Q2A Core by
Q2A version: 1.6.3

1 Answer

+2 votes
by
selected by
 
Best answer

Add the following code to qa-styles.css: 

div.qa-c-item-content div.entry-content {font-size:12px;}

Replacing "12px" with any  desired value.  

by
Thank you very much.
by
If you look at the core's code you'll see the entry-content div is only added when microformats is enabled. So if microformats is disabled then this will have no effect. I've already explained how to change this in this answer http://www.question2answer.org/qa/33067#a33073
...