Oct 08, 2019 6:08 pm
                        - I would like to remove or control the color of the text my users have access to when posting a topic or replying to one is there a control for this?
                         2 Replies                    
                Oct 09, 2019 7:09 am
                        Hi @ewcramer,
I'd suggest you hide the "Text color" button via CSS code below:
div#mceu_5 {
   display: none !important;
}
The CSS code should be added in the Dashboard > Forums > Settings > Styles > "Custom CSS code" textarea.
Please don't forget to delete all caches before checking.
Oct 09, 2019 1:39 pm
                        Thank you, I will give this go!


 
                         
                        