Home > other >  What is editor-style.css file in WordPress theme directory?
What is editor-style.css file in WordPress theme directory?

Time:10-17

I have a WordPress site and I am using the Hestia theme. There is a file named editor-style.css in my theme directory. I don't know what exactly it is. Can anyone tell me? Or a link to another website for more details?

CodePudding user response:

It allows you to edit the style of the back end, post editor page. Usually not required, but useful if creating a blog with many authors.

  • Related