AI Search
Classic Search
Notifications
Clear all
Sep 25, 2020 10:03 pm
Is there code that will remove the users ability to change the text color when they post?
I'd like to eliminate the "A" dropdown menu so the font colors always stay consistent to my themes colors..
Thank you!
2 Replies
Sep 25, 2020 10:32 pm
try
add this to custom css
#wpforo #wpforo-wrap .mce-toolbar .mce-colorbutton {
display: none;
}
Dashboard > Forums > Settings > Style (custom css)
Sep 25, 2020 11:50 pm
Worked perfectly. Thanks!