hi, how can I change font size for the editor form?

hi, how can I change font size for the editor form?

Clark SClark S Posts: 27Questions: 8Answers: 0
edited February 2022 in Editor

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

Answers

  • allanallan Posts: 61,433Questions: 1Answers: 10,049 Site admin
    Answer ✓

    CSS is the way to do it :)

    div.DTE {
      font-size: 20px;
    }
    

    Should do it.

    Allan

  • Clark SClark S Posts: 27Questions: 8Answers: 0

    awesome, it works like a charm. thnx Allan.

Sign In or Register to comment.