Title: Default TinyMCE 5 icons? Adding | separator?
Last modified: May 21, 2019

---

# Default TinyMCE 5 icons? Adding | separator?

 *  Resolved [krille83](https://wordpress.org/support/users/krille83/)
 * (@krille83)
 * [7 years ago](https://wordpress.org/support/topic/default-tinymce-5-icons-adding-separator/)
 * Hi!
 * I’m working with this plugin to be able to add and reorder buttons in the toolbar.
   But i can’t make it look the way i want… I want to be able to use the default
   TinyMCE 5 icons, and add line | separators between some buttons. How do i do 
   that?
 * Basicly, i want to be able to use this configuration with the default TinyMCE
   5 “theme”:
 *     ```
       tinymce.init({
       	plugins: "a11ychecker, autosave, tinycomments, directionality, link, linkchecker, powerpaste, preview, searchreplace, toc, table, wordcount, code, lists",
       	tinycomments_mode: 'embedded',
       	tinycomments_author: 'USERNAME',
       	toolbar: "undo redo | styleselect | bold italic strikethrough underline forecolor backcolor | alignleft aligncenter alignright alignjustify | bullist numlist outdent indent | link showcomments removeformat searchreplace preview code",
       	style_formats: [
       		My-style-formats-here
           ]
       });
       ```
   
 * I can edit this in the plugin code also, if that is the only way to do it.

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [Andrew Ozz](https://wordpress.org/support/users/azaozz/)
 * (@azaozz)
 * [7 years ago](https://wordpress.org/support/topic/default-tinymce-5-icons-adding-separator/#post-11557945)
 * WordPress still includes TinyMCE 4.x and there are no plans for now to upgrade
   to TinyMCE 5.x (as a lot of existing plugins will fail).
 * You can still add separators to the menu in 4.x. In WP they are disabled with
   CSS only, in `wp-includes/css/editor.css` stylesheet. To re-enable them, either
   dequeue that file or make a new one that overrides it and load it from a small
   WP plugin.
    -  This reply was modified 7 years ago by [Andrew Ozz](https://wordpress.org/support/users/azaozz/).
 *  Plugin Author [Andrew Ozz](https://wordpress.org/support/users/azaozz/)
 * (@azaozz)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/default-tinymce-5-icons-adding-separator/#post-11753483)
 * No response in about two months. Assuming this was fixed or a workaround was 
   found 🙂

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Default TinyMCE 5 icons? Adding | separator?’ is closed to new replies.

 * ![](https://ps.w.org/tinymce-advanced/assets/icon-256x256.png?rev=971511)
 * [Advanced Editor Tools](https://wordpress.org/plugins/tinymce-advanced/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/tinymce-advanced/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/tinymce-advanced/)
 * [Active Topics](https://wordpress.org/support/plugin/tinymce-advanced/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/tinymce-advanced/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/tinymce-advanced/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Andrew Ozz](https://wordpress.org/support/users/azaozz/)
 * Last activity: [6 years, 10 months ago](https://wordpress.org/support/topic/default-tinymce-5-icons-adding-separator/#post-11753483)
 * Status: resolved