Having a lot of difficulty getting add_editor_style() to load into source code
I have tried many different things to get add_editor_style()
to load into the source code on my site without any luck. I would like to use editor-style.css
to customize CSS properties for my WordPress WYSIWYG. However, I am unable to get it working. Even when I look in Chrome Inspector's Resources tab and scroll down to "Stylesheets" I don't see any listing of editor-style.css
Here's what I tried so far:
- Placed
editor-style.css
in the root of my theme directory ?php add_editor_style(); ?
is placed in myfunctions.php
file for my theme (I've even moved around this function call to editor style in myfunctions.php
to see if that would do the trick … no luck.- All of my CSS and JavaScripts are registered and enqueued in my functions.php file
Is there some type of override going on that I am not aware of?
Topic add-editor-style wysiwyg Wordpress
Category Web