If you've customized you Joomla site with a theme that has a dark background, you may find that your TinyMCE or JCE editor background is also dark now. Here are some tips to get the editors back to normal:
JCE:
- go to JCE Administration
- Open configuration>formatting
- Use template CSS, Set to NO
- Save and exit
If problem still persists, set the "editor content class" to high contrast.
TinyMCE:
- Go to Extensions » Plugin Manager
- Open Editor - TinyMCE
- Under Plugin Parameters, set Template CSS Classes to No.
- Save and exit
If you still want to theme the editor, but just want the background to be white, you can do the following in your template css files:
- Change the "Custom CSS file" to "templates/$template/css/editor.css"
- Then edit the template CSS file "editor.css" in the template manager by changing the "background-color: #[artisteer value];" to "background-color: #FFFFFF;"
Editor background is now white.