Hello All,

im having problems with TinyMCE, the background of it is of the same color of the background of the webpage (blue) and i cant see nothing. any idea?

many thx.

Alfredo

Comments

AgaPe’s picture

change the background? use css for it.

markconroy’s picture

You can change the background colour of the TinyMCE editor by going to:

Admin >> TinyMCE >> Edit >> CSS and by setting this to 'TinyMCE Default' and you should be okay.

MC

============

Drupal Core Maintainer for "Out of the Box" Initiative.

Adam S’s picture

I added this to the end of the theme's style.css

/*fix the background in the body of the text editors */
body#tinymce {background: #fff;}