Limited Support
Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.
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!