Notifications
Clear all

wpForo 1.x.x [Closed] Topic & reply color

3 Posts
2 Users
0 Likes
762 Views
Posts: 4
Topic starter
(@ewcramer)
Active Member
Joined: 4 years ago
  • 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 controfor this?
2 Replies
Sofy
Posts: 4233
 Sofy
Admin
(@sofy)
Support Team
Joined: 6 years ago

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. 

Posts: 4
Topic starter
(@ewcramer)
Active Member
Joined: 4 years ago

Thank you, I will give this go!