05/17/2014 at 9:09 am
#291433
Keymaster
@ Ken
I just visited the site, the text editor seems to b working fine, but the theme is overriding some of the core WordPress styles. Add the following to the theme’s custom CSS area or to the end of its styles.css file:
input[type="button"].ed_button, div input.ed_button.button.button-small {
color: #000 !important;
}
.wp-editor-area {
background-color: #FFF;
}
That should fix it up.
To fix up that huge gap at the top … another CSS conflict, add this:
#cn-form #title {
height: auto;
float: none;
width: auto;
text-indent: 0;
overflow: visible;
text-transform: none;
font-family: inherit;
}
