Answer the question
In order to leave comments, you need to log in
Changing the styles of the default TinyMCE WordPress editor in the frontend?
It is not difficult to change the editor styles in the admin
panel. It is enough to leave the line in the function:
add_editor_style('editor-style.css');
или
add_editor_style('custom-editor-style.css');
Answer the question
In order to leave comments, you need to log in
And so?
Judging by this , if you need exactly one of the classes not known in advance, the trash is more reliable, because the c option contains
does not pay attention to whether the entire class name matches (the substring is simply searched for). The selector option proposed there
…[contains(concat(' ', normalize-space(@class), ' '), ' CLASSNAME ')]…
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question