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?

TinyMCE: how to change color of edit screen

Asked Modified Viewed 5,409 times
G
GluntzMaster
G
  • Newbie, joined since
  • Contributed 4 posts on the community forums.
  • Started 2 threads in the forums
  • Started this discussions
asked
Newbie

Hi Guys,

I'm running PHPFusion 7.01.01, a fresh install.

The edit screen of TinyMCE, both for the snippet as well as the main text have a dark blue background and a black font.

This makes editing an article a pretty annoying thing.

Where can I change the color of the edit screens' background?

Thanks for your support.

Leo
0 replies

6 posts

W
WEC
W
WEC 10
  • Veteran Member, joined since
  • Contributed 946 posts on the community forums.
  • Started 5 threads in the forums
answered
Veteran Member

Add this to your theme styles.css:

/*tinyMCE*/
body.mceContentBody {   
    background-color:#fff;
    color: #000;
}
0 replies
G
GluntzMaster
G
  • Newbie, joined since
  • Contributed 4 posts on the community forums.
  • Started 2 threads in the forums
  • Started this discussions
answered
Newbie

Thanks much Fusioneer !

Leo
0 replies
— 1 year later —
M
Martijn78
M
euhh...
  • Member, joined since
  • Contributed 107 posts on the community forums.
  • Started 25 threads in the forums
answered
Member

Quote

WEC wrote:

Add this to your theme styles.css:

/*tinyMCE*/
body.mceContentBody {   
    background-color:#fff;
    color: #000;
}



Why does this not work for me?
0 replies
B
behrooz
B
  • Member, joined since
  • Contributed 122 posts on the community forums.
  • Started 29 threads in the forums
answered
Member

i Think , you have background images
0 replies
F
faga
F
faga 10
I choose a lazy person to do a hard job. Because a lazy person will find an easy way to do it.” - Bill Gates
  • Member, joined since
  • Contributed 158 posts on the community forums.
  • Started 14 threads in the forums
answered
Member

Quote

Martijn78 wrote:

Quote

WEC wrote:

Add this to your theme styles.css:

/*tinyMCE*/
body.mceContentBody {   
    background-color:#fff;
    color: #000;
}



Why does this not work for me?


what PHPFusion version are you useing ?
0 replies
M
Martijn78
M
euhh...
  • Member, joined since
  • Contributed 107 posts on the community forums.
  • Started 25 threads in the forums
answered
Member

The latest.

I solved it by the way by deleting this line:

content_css:'".THEME."styles.css',


in Themes/templates/admin_header_mce.php
0 replies

Labels

None yet

Statistics

  • Views 0 views
  • Posts 6 posts
  • Votes 0 votes
  • Topic users 5 members

5 participants

M
M
euhh...
  • Member, joined since
  • Contributed 107 posts on the community forums.
  • Started 25 threads in the forums
W
W
WEC 10
  • Veteran Member, joined since
  • Contributed 946 posts on the community forums.
  • Started 5 threads in the forums
F
F
faga 10
I choose a lazy person to do a hard job. Because a lazy person will find an easy way to do it.” - Bill Gates
  • Member, joined since
  • Contributed 158 posts on the community forums.
  • Started 14 threads in the forums
B
B
  • Member, joined since
  • Contributed 122 posts on the community forums.
  • Started 29 threads in the forums
G
G
  • Newbie, joined since
  • Contributed 4 posts on the community forums.
  • Started 2 threads in the forums
  • Started this discussions

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet