How-to and Troubleshooting
3
Posts
1
Users
0
Reactions
1,814
Views
Nov 19, 2017 1:20 am
when using the add/edit link in the MCE mine comes back blank. (its there, just like white on white)
also when adding a ' to the form name, the result comes out as say.. doing geekm0nkey's forum, you get geekm0nkey/'s forum.
2 Replies
Nov 19, 2017 8:16 pm
I was able to fix the CSS issue with the following custom CSS.
.mce-label{
color: black !important;
}
.mce-textbox{
color: black !important;
}
.mce-foot .mce-container-body button{
color: black !important;
}
Nov 19, 2017 8:16 pm
Sorry, explanation.. It was a conflict with using the twenty seventeen (dark) theme.