Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
Hi,
Yes in your editor.css you can style the content
.mceContentBody {
color:#000 !important;
}
Sorry missread the question, but you can still change the color in editor.css:
.epi_dc {
color:#333 !important;
}
Thanks! I had tried this...
.epi_dc_title
{
color: #000 !important;
}
...but I had to clear the cache to make the change appear.
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)?