Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

Tiny MCE background color

Asked Modified Viewed 3,035 times
E
eXtr4ktor
E
  • Newbie, joined since
  • Contributed 6 posts on the community forums.
  • Started 3 threads in the forums
  • Started this discussions
asked
Newbie

Is there any way to change the background color of the editor? The background of my website is green and its showing through the editor, makes it hard to see what i write...

screenshot
0 replies

1 post

J
johslind
J
  • Junior Member, joined since
  • Contributed 43 posts on the community forums.
  • Started 8 threads in the forums
answered
Junior Member

I think it is because your theme's styles.css has a setting for BODY and that setting has a declaration for background-color.

Find this line in administration/subheader.php:
content_css:'".THEME."styles.css',
Disable ("outcomment"wink it. Embracing it with /* and */ will do. Now the background will probably have become light grey, and the selectbox for Styles will be empty.

Now, if you don't need CSS for your articles that will be it. If you do need CSS, you can write your own stylesheet with the BODY setting you perfer for TinyMCE. And the content_css line should be changed into something like
content_css: 'full/path/myown.css'.
0 replies

Category Forum

Bugs and Errors - 6

Labels

None yet

Statistics

  • Views 0 views
  • Posts 1 post
  • Votes 0 votes
  • Topic users 2 members

0 participants

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet