Sep 12, 2024 3:13 pm
Hello,
How can I fix the color of the toolbar in the post and/or reply editor (see attached picture)?
I have searched for hours for the option and have not been able to change it!
Thanks!
7 Replies
Sep 12, 2024 4:12 pm
Hi @ramontf
Add this CSS code to the custom CSS
#wpforo #wpforo-wrap .mce-toolbar .mce-btn button,
#wpforo #wpforo-wrap .mce-toolbar .mce-btn button i {
color: #000000 !important;
}
#wpforo #wpforo-wrap .mce-btn .mce-caret {
border-top: 4px solid #000000 !important;
}
Dashboard > wpForo > Settings > Colors & Styles > Custom CSS