suneditor icon indicating copy to clipboard operation
suneditor copied to clipboard

Remove boxes from SunEditor

Open marcelosarao opened this issue 2 years ago • 2 comments

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? removbox

marcelosarao avatar Mar 18 '22 12:03 marcelosarao

All styles of the editor contents are defined at the "subeditor-contents.css" Try modify this css file.

JiHong88 avatar Mar 27 '22 13:03 JiHong88

.sun-editor {
   
    border:  "none";

  }

roker15 avatar Mar 28 '22 04:03 roker15