Sep 25, 2020 6: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 6: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 7:50 pm
Worked perfectly. Thanks!