Tagged Questions
0
votes
2answers
104 views
How do I separate my theme's styles from editor styles?
Do I need to implement an editor-specific stylesheet for the WordPress WYSIWYG? In doing so will this eliminate style conflicts that I am currently experiencing?I am have not implemented an editor ...
2
votes
1answer
151 views
TinyMCE custom stylesheets for different post types
I use a custom stylesheet for TinyMCE, by placing custom styles in editor-style.css in my theme's directory.
I am trying to figure out how to use a different stylesheet depending on what post type we ...