hi, how can I change font size for the editor form? preferably, a simple solution rather than going through a bunch of css... thnx in advance.
This question has an accepted answers - jump to answer
CSS is the way to do it
div.DTE { font-size: 20px; }
Should do it.
Allan
awesome, it works like a charm. thnx Allan.
It looks like you're new here. If you want to get involved, click one of these buttons!
Answers
CSS is the way to do it
Should do it.
Allan
awesome, it works like a charm. thnx Allan.