Editor Issue

Re: Editor Issue

by Patrick Wang -
Number of replies: 0

Hi Richard,

I finally got it working by removing the font-size property. Btw, I am using Essential Theme. I posted the updated customized css below just in case others might encounter the similar issue.

.ace_editor,.ace_editor * {
    font-family:Courier,monospace !important;
    color:inherit;
}
Thanks for your invaluable help.


Patrick