May 27, 2010 - Joomla    Comments Off on Joomla Content Editor (JCE) background color

Joomla Content Editor (JCE) background color

One problem with JCE is how to fix the editor’s content background color. The default color came with whatever your template’s background color is and it is very hard to see what you type. Create a file and name it editor_content.css.

Open the file and put the following code there and save it:

body {
margin: 0;
padding: 0;
text-align: left;
background: white;
background-image: none;
}

Upload this file to the folder root_directory/templates/your_template/css/editor_content.css. Go to your admin area and click on Components/JCE Admin/JCE Configuration on the menu bar. Change Use Template CSS to No. Type

editor_content.css

in Custom CSS classes and save it.