Jump to content

change color on Wysiwyg background


Recommended Posts

on version 1.2.4
If we change the color of bacgroud at the front store , to a dark color is what I did, what is my surprise that when using the WYSIWYG editor appears dark background color makes it impossible practically writing.

Anybody know where I can change the definition of the background color of the WYSIWYG so that it appears the color we want.?

thanks

Link to comment
Share on other sites

  • 1 month later...

I had this problem too - this fixed it for me:

Change the code in your theme's global.css file, under the part for "div.rte, .mceContentBody" to match this:

div.rte,
.mceContentBody {
   text-align:left;
   color:black !important;
   background-color:white !important;
   background-image:none !important;
}

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...