I am using TinyMCE to provide rich text formatting options and I want to change the styling of the buttons in the editor. I want to make it neater like the editor that stack overflow has. Can it be done without having to write my custom TinyMCE editor?
Share
You can define what image to use for your buttons using the editor_css (a tinymce init setting)
The css will overwrite the css used for the tinymce UI including buttons.
The default css depends on the selected mode.
Her is a part of my editor.css as example