Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+1 vote
300 views
in Q2A Core by
The font size in the editor is too small.  How can I increase it?

 

I mean the size of the letter WHILE YOU TYPE.
Q2A version: 1.6.3

1 Answer

+4 votes
by
edited by
 
Best answer

Just follow these steps:

1. Locate file /qa-plugin/wysiwyg-editor/ckeditor/contents.css if using v1.7 or /qa-plugin/wysiwyg-editor/contents.css if using v1.6.3

2. Around line 10 you'll see the font-size attribute

3. Change it this way:

font-size: 24px !important;

Of course use whatever number you want instead of 24.

by
Thank you.
Actually the correct path is:  /qa-plugin/wysiwyg-editor/contents.css
by
Welcome. Good catch about the path. Actually, it depends on the Q2A version. I've updated my answer to reflect that.
...