TinyMCE and post background color
-
Hi,
I installed TinyMCE plugin and noticed that the TinyMCE iFrame (the place where you write your post) uses the same background as you have on your website. Text itself is black. So if your template uses black or dark background on your website you can’t see your writing anymore and making new posts becomes impossible.
I saw couple of questions about this problem here on this forum but there was no answer. I found the solution from the Drupal forums: https://drupal.org/node/77064
Just add this code to the CSS (style.css) of your template and the background of the textbox is white again:
body.mceContentBody { background: #fff; color: #000; }
Sincerely,
Tuomas H.
- The topic ‘TinyMCE and post background color’ is closed to new replies.