Hello, where can I change the default editor for composing the emails like font size, line height...please? It is also strange that it often sends a CC to my email address too when I compose and send the emails. How can I get rid of this please?
Change the default editor in the email
Collapse
X
-
-
I change this in the css
Code:.note-editor .note-editable {line-height: 1.2;font-size: 12px;}
Code:.note-editor.note-frame .note-editing-area .note-editable { padding: 10px; overflow: auto; font-size: 12px; }
To make this upgrade safe, you have to create a custom css: https://docs.espocrm.com/development/custom-css/
The editor itself is the same in all places.Comment
Comment