Menu Close
How Can We Help?
You are here:
Print

Remove background image in editor

Locate folder/files : WP-ADMIN / POST.PHP and POST_NEW.PHP .
Add this script to the end of the pages.

?> 
<style> 
.edit-post-layout__content, 
.edit-post-visual-editor.editor-styles-wrapper { 
  background-image: none; 
  background-color: #ffffff; 
} 
.editor-styles-wrapper { 
  color: #000000 !important; 
} 
</style>

Comments are welcome.