MCE container not show black color, even tough change theme or lay out. Still white, but only show the icon when mouse over, how to change it? thanks
Hi webpikirdong,
Please use the following CSS code. Put it in Dashboard > Forums > Settings > Styles > Custom CSS Textarea. Save it, delete all caches and do Ctrl+F5 on front-end.
#wpforo #wpforo-wrap .mce-widget {
color: #333333 !important;
}
Don't forget to change the red marked color codes before using.
Hi webpikirdong,
Please use the following CSS code. Put it in Dashboard > Forums > Settings > Styles > Custom CSS Textarea. Save it, delete all caches and do Ctrl+F5 on front-end.
#wpforo #wpforo-wrap .mce-widget {
color: #333333 !important;
}Don't forget to change the red marked color codes before using.
nothing happen for me 🙁
Hello,
I have the same problem, but nothing helps. I tested both Codes in the CSS Area 🙁
I have the newest Version of the Forum.
Thank you for help
@blubbi91 are you looking to change the background of the text area in the TinyMCE window ? If this is the case, have a look at https://wpforo.com/community/how-to-and-troubleshooting-2/text-editor-background/#post-15044