Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Change Font Color on the Dynamic Content Box in the TinyMCE Editor

Vote:
 

In the TinyMCE editor for my MainBody property, I have a white font, since that is what the page will look like on the site. Because of this, I cannot read the text (white) on the Dynamic Content "boxes" (light grey) placed in the MainBody.

Is there a way to change the font color (or the color of the DC box)?

#59293
May 30, 2012 9:58
Vote:
 

Hi,

Yes in your editor.css you can style the content

.mceContentBody {
    color:#000 !important;
}
#59296
Edited, May 30, 2012 10:48
Vote:
 

Sorry missread the question, but you can still change the color in editor.css:

.epi_dc {
    color:#333 !important;
}

    

#59297
May 30, 2012 10:55
Vote:
 

Thanks! I had tried this...

.epi_dc_title
{
    color: #000 !important;
}

 

...but I had to clear the cache to make the change appear.

#59300
May 30, 2012 14:40
Vote:
 

Yes the css is cached quite hard.

#59301
May 30, 2012 14:43
This thread is locked and should be used for reference only. Please use the Episerver CMS 7 and earlier versions forum to open new discussions.
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.