Joomla - How to Change Background in TinyMCE (Content Editor)?

Some Joomla content editor using body CSS as their default background, this is quite annoying moreover if you have dark background, almost impossible to write in TinyMCE. How is the quick solution? Here is the simple tips:

Step 1: Add this code in your template_css.css

body.mceContentBody {
background-color: #FFFFFF !important;
}

Step 2: Go to Mambots > Site Mambots > TinyMCE WYSIWYG Editor. Change Template CSS classes to “No” and give Custom CSS Classes value “body.mce”. Save it and try to write your your content now, if you doing it right, you should see no image background anymore.

Here is the “before” hack screenshot:

And here is “after” hack screenshot:

Quite simple isn’t it? If you still confused with the steps above, just drop your comment below, I’ll happy to help.
This entry was posted on Monday, July 28th, 2008 and is filed under Internet Guide. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.

Search Term For This Post

One Response to “Joomla - How to Change Background in TinyMCE (Content Editor)?”

  1. Joomla - How to Change Background in TinyMCE (Content Editor)? | Available Domains - Industry leading domain name news on July 28th, 2008 at 2:05 am

    […] Here is the original post: Joomla - How to Change Background in TinyMCE (Content Editor)? […]

Leave a Reply