suneditor
suneditor copied to clipboard
Remove boxes from SunEditor
Good Morning! I have a question and answer page. I'm using SunEditor, and would like to know. How to remove the boxes, and display only the texts?
All styles of the editor contents are defined at the "subeditor-contents.css" Try modify this css file.
.sun-editor {
border: "none";
}