White text, white background

Everything to do with Joomla! 1.5 templates and templating.

Moderator: General Support Moderators

Forum rules
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Locked
kickboxtormz
Joomla! Apprentice
Joomla! Apprentice
Posts: 5
Joined: Tue Jan 05, 2010 5:40 pm

White text, white background

Post by kickboxtormz » Tue Jan 05, 2010 5:52 pm

Hello, I am having having trouble in the admin control panel with article editing.. See, I have very very light text because the background and theme of my site is darker. However, when going to edit my articles the light text blends in with the white background of the text editing area. It is a pain to edit the text. :eek: How can I change this? I have gone through the default Khepri admin template CSS files searching for what line the hex color code is to control the background in the text editing area. I've changed several aspects of the admin control panel with no luck on the text editing area. :-[ I have attached a screenshot of exactly what I am talking about with annotations in red. Thanks!
You do not have the required permissions to view the files attached to this post.

User avatar
Joyce Mar
Joomla! Guru
Joomla! Guru
Posts: 893
Joined: Tue Sep 18, 2007 1:54 am
Location: Cairns, Australia

Re: White text, white background

Post by Joyce Mar » Wed Jan 06, 2010 4:25 am

There's a CSS class called ".mceContentBody" that you can use to set the font/background appearance of ONLY the editor window. It's great when your site is light text on a dark background, but don't want this carried over to the editor window.

If you are using JCE and using editor_content.css file and have "Use Template CSS = No", then place it in the editor_content.css file.

Otheriwse, add it to the end of your main template.css/template_css.css file.

kickboxtormz
Joomla! Apprentice
Joomla! Apprentice
Posts: 5
Joined: Tue Jan 05, 2010 5:40 pm

Re: White text, white background

Post by kickboxtormz » Thu Jan 07, 2010 7:39 pm

So an example of the code would be:

.mceContentBody { background-color: 333333; }

?

kickboxtormz
Joomla! Apprentice
Joomla! Apprentice
Posts: 5
Joined: Tue Jan 05, 2010 5:40 pm

Re: White text, white background

Post by kickboxtormz » Thu Jan 07, 2010 8:03 pm

Ok, i have tried the following code at the end of template.css, template_rtl.css, and general.css just in case. No luck with 'color' or 'background-color'. :( I know a little about programming but not that much really. :-[ I am using the Khepri admin template. Thanks in advance!

.mceContentBody {
color: #333333;
}

AND

.mceContentBody {
background-color: #333333;
}

User avatar
Joyce Mar
Joomla! Guru
Joomla! Guru
Posts: 893
Joined: Tue Sep 18, 2007 1:54 am
Location: Cairns, Australia

Re: White text, white background

Post by Joyce Mar » Mon Jan 11, 2010 2:27 am

The code's right, I would use:

.mceContentBody {
color: #000000;
background-color: #ffffff;
}

so that your editor window is easy to see.

It looks like you're editing the right files too -- just for the wrong template.

The one you should be editing this for is your default template for the front-end of the site, not your admin template.

So... Admin CP -> Template Manager -> [whichever one is set to Default].

kickboxtormz
Joomla! Apprentice
Joomla! Apprentice
Posts: 5
Joined: Tue Jan 05, 2010 5:40 pm

Re: White text, white background

Post by kickboxtormz » Mon Jan 11, 2010 4:32 pm

Thanks for the help! I'd hate to be a pain in the butt, but it still doesn't work after adding it into the default template's template_css.css file. I have tried different code as well in the same area (the very end of the CSS file) with no change to the editing window.

kickboxtormz
Joomla! Apprentice
Joomla! Apprentice
Posts: 5
Joined: Tue Jan 05, 2010 5:40 pm

Re: White text, white background

Post by kickboxtormz » Thu Mar 04, 2010 9:10 pm

Please, still having problems with this. Any ideas?


Locked

Return to “Templates for Joomla! 1.5”