Tagged Questions
0
votes
3answers
955 views
How to add editor-style.css styling to wp_editor on front end for comments
How can I apply my own css (to match editor-style.css) to wp_editor being used on the front end for comments?
Currently I'm using code from here to enable the visual editor for comments.
My actual ...