Elxis CMS Forum

Support => General => Topic started by: ROUBOS on December 12, 2009, 02:19:02

Title: Can we change the background color of the text editor in the Admin pages?
Post by: ROUBOS on December 12, 2009, 02:19:02
Hi,
I was wondering if it is possible to change the background color on the text editor. When entering content, currently shows the background image I'm using for the page. It's a background image repeating to create the header graphics of the site.

Can we change this to white to make it easier to the eye when entering content?

thanks
Title: Re: Can we change the background color of the text editor in the Admin pages?
Post by: Ivan Trebješanin on December 12, 2009, 02:34:11
You may try something like this:
Code: [Select]
#tinymce.mceContentBody { background-image:none; }add this to your layout.css or customize.css.

It works for me...
Title: Re: Can we change the background color of the text editor in the Admin pages?
Post by: ks-net on December 12, 2009, 02:39:37
also
http://wiki.elxis.org/wiki/TinyMCE_editor_background
Title: Re: Can we change the background color of the text editor in the Admin pages?
Post by: ROUBOS on December 12, 2009, 02:45:59
thanks, tried the entry to customize.css it didn't work,
 and then did the following to the bot parameters :Template CSS classes: NO
and it works. Thanks a lot.

I hope this option gives the text the template formatting once on site.