• HI al,

    Question:

    How do I set the background color for the editor of TinyMCE ? I can set the color of the menu bar and etc. But the editor area, the part where you type :), how do I set that color?

    I tried :

    .mce-menubar {    <-- working
    	background: #555 !important;
    }
    
    .mce-content-body {  <-- not working
     background: #555 !important;
    }
    
    .mce-edit-area {  <-- not working
     background: #555 !important;
    }

    I noticed that TinyMCE is loaded in an iframe, perhaps the CSS style is pulled in with javascript or something? I can’t think of any other reason.

    Thanks in advance,

    B.

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘TinyMCE style’ is closed to new replies.