The WordPress editor shouldn’t be pulling in the themes CSS files unless you have a file that is named editor-style.css. You can either use the editor-style.css and simply place it in your themes root directory, add certain styles to the stylesheet (not all the theme div and id tags will apply to the WordPress Editor).
Another way to do it is to use wp_enqueue_script to enqueue a CSS file with whatever name you wish, or in a different file location other than the themes root directory. Some authors use this method to minimize the amount of files that live in the theme root directory.
If your theme is incorrectly registering or enqueueing a script it can cause the files to be loaded into the WordPress admin area. Let me know what your theme is using for the editor stylesheet if this doesn’t help so I can give you better assistance.
Related Posts:
- Forcing reload of editor-style.css
- How to include own css on wordpress tinymce editor?
- Why did multiple line breaks stop working in text editor?
- When switching from html to visual editor the tag gets corrupted
- Markup of oEmbed codes in the editor?
- How to add a class to ul tags created by the WordPress editor Tinymce?
- How can I stop TinyMCE from converting my HTML entities to characters?
- Apply custom style to single word in WordPress
- How can I insert HTML attributes with an existing TinyMCE button?
- Add Shortcode inline inside Gutenberg block
- TinyMCE editor – new lines not rendered on front end
- WordPress tinymce prints empty P tag and break html format
- WP 3.3 my rich text category editor toolbar is gone!
- Add table controls with wp_editor minimal editor configuration (‘teeny’)
- Adding Custom Styles to the MCE dropdown toolbar
- TinyMCE Plugin Parameter
- Add table button in editor without Plugin
- Our shortcode dropdown box in Tinymce is not working in WordPress 3.9?
- Custom TinyMCE style formats disabled
- Add buttons to the new TinyMCE WP Editor. Javascript API
- Is it possible to disable the image alignment options in the post editor?
- How to dynamically generate wordpress editor on frontend?
- Change syntax styling of TinyMCE HTML Text Editor
- More than one TinyMCE (wp_editor) with different $settings[‘drag_drop_upload’] values breaks
- Adding custom styles to elements, without creating new elements
- Why is the media upload button not in the main toolbar & can it be placed there instead?
- Adding CSS to admin TinyMCE editor for custom button
- How can a TinyMCE modal return formatted/visual text?
- Allowing style tag in TinyMCE editor
- TinyMCE Advances is removing blanks (” “)
- Why Editor reformats my code
- enable TinyMCE for comment forms
- Best Browser for Editing Posts
- TinyMCE strips off the href tag inside span, if i change from text to visual
- Adding a Media Button to the WordPress Content Editor
- Wordpres Tinymce custom button (Gavick guide)
- Error in backend: Failed to load plugin: tabfocus from url
- Preserve indentation, HTML5 shorthand in editor
- Add WordPress Core CSS into editor-style.css
- `tinyMCE is not defined` after migrating site to server
- Custom shortcode editor [BackboneJS & TinyMCE)
- Problem with Line spacing in wysiwyg editor in WP 3.5.1
- How to add placeholder in wp_editor?
- How to add “Insert/Edit link” button in custom popup tinymce window?
- How to disable TinyMCE from removing span tags
- How to get the input of a TinyMCE editor when using on the front-end?
- Enqueue Script After TinyMCE initialized
- Unable to add “code” button to TinyMCE toolbar
- How can I make the wordpress editor apply the selected template?
- Is it possible to re-use the image details popup?
- Visual Tab Missing From Editor
- How to use the new Dashicons for custom TinyMCE buttons?
- HTML5, WordPress and Tiny MCE issue – wrapping anchor tag around div results in funky output
- How to disable TinyMCE 4 keyboard shortcuts
- Tiny MCE not adding p tag when saving theme option
- How to add TinyMCE keyboard shortcut
- WordPress MultiSite Paste from Word Tool Does not work
- data-accordion removed in Visual Editor
- Remove quicktag buttons but not Visual / Text editor and tabs
- Want to have the Post editor remembering the last editing position
- TinyMCE removes iframe attributes width and height
- Append Font Family in TinyMCE
- tinyMCE duplicates previous block element when pressing return (visual editor)
- Get Stylesheet To Showup in WP Admin Panel Editor
- Enable Visual Editor In Comments On CPT Edit Page
- Added custom styles to Visual Editor. Classes are appended and not replaced as intended
- unwanted and tags in text editor
- TinyMCE – Add button that changes direction of selected text
- Disable HTML (Text) Tab in Post Editor
- Preserving tabs and line breaks in when switching from HTML to Visual Editor
- How can I enable a TINYMCE rich text editor in the admin interface?
- Custom settings page TinyMce: no formatting when echoing value of editor
- Gutenberg; Rich Text/HTML for Metadata Textarea Control in Back End
- Add a TinyMCE Core Plugin Using tiny_mce_before_init
- In editor-style.css how can I change background color of title field?
- Fontawesome icon vanishes in editor while switching text and visual mode
- How does WordPress remember which editor is being used?
- P̶l̶a̶c̶e̶h̶o̶l̶d̶e̶r̶ *Default* content in Custom Post Type TinyMCE editor
- tinyMCE 4.0 custom button onclick no longer working
- TinyMCE buttons that launch Ajax-generated forms
- How can I make the page editor trust me?
- Using custom HTML tags to WordPress [closed]
- Visual Editor: Paragraph styles appear to one admin but not to others
- How to disable TinyMce’s Paste plugin from turning image URLs into embedded ?
- Visual composer causing conflict with TinyMCE [closed]
- WP Editor: Keep Bold, Underline, etc. but ignore color
- TinyMCE 4 & wp_editor multiple editor issue
- TinyMCE Visual editor removes href containing Javascript with ‘allow_script_urls’ set to true
- How can I change TinyMCE’s default block format?
- Understanding automatic text formatting in the WordPress editor
- TinyMCE adds a after a HR
- How to remove “justifyfull” in TinyMCE
- TinyMce Chrome newline issue
- Multiple Block Quotes without using HTML
- Preventing tinyMCE from auto formatting selected blocks of content
- WordPress 4.5 Inline Link Toolbar not working on custom wp_editor instance
- How can I replace the built in WordPress editor?
- Enqueue MCE Editor CSS in admin page
- How to create custom toggle button in tinymce?
- How to load TinyMce cloud editor in WordPress with wp_editor()?