• Resolved Salpetriere

    (@salpetriere)


    In my child theme, what is the exact function I use to disable the editor styles?

    It is currently being defined using the add_editor_style function within the parent theme global xsbf_theme_options variable.

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Tim Nicholson

    (@timnicholson)

    According to the documentation on add_editor_style, you should be able to override the file editor-style.css in a child theme. That means you should be able to create a blank one or put whatever you’d like in there.

    Thread Starter Salpetriere

    (@salpetriere)

    Thanks for you response Tim.

    It would be ideal if I could completely stop the file from enqueuing, but I’ll give this a go.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How To Disable Editor Styles’ is closed to new replies.