White text issues

Last post 08-19-2009, 11:12 PM by Kenneth. 1 replies.
Sort Posts: Previous Next
  •  08-19-2009, 2:32 PM 54815

    White text issues

    I'm using the editor on a site that has a blue background and white text.  In the editor, the font, size, and other dropdowns as well as the element tags at the bottom show white font on a white background - in other words, invisble.  How can I change either the font color or the background color to make these show up?
  •  08-19-2009, 11:12 PM 54831 in reply to 54815

    Re: White text issues

    Hi krowe,
     
    Try this way:
     
    1. Open file style.css (CuteSoft_Client\CuteEditor\Themes\Office2003\style.css).
     
    2. Add the section below into the file above.
     
    body
    {
        color: Black;
    }
     
    Regards,
     
    Ken
View as RSS news feed in XML