Notifications
Clear all

wpForo 1.x.x [Solved] Eliminate text color option

3 Posts
2 Users
0 Likes
468 Views
Posts: 2
Topic starter
(@bragino)
New Member
Joined: 4 years ago

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
Tutrix
Posts: 1248
(@tutrix)
Noble Member
Joined: 4 years ago

@bragino

try

add this to custom css

#wpforo #wpforo-wrap .mce-toolbar .mce-colorbutton {
display: none;
}

Dashboard > Forums > Settings > Style (custom css)

Posts: 2
Topic starter
(@bragino)
New Member
Joined: 4 years ago

Worked perfectly. Thanks!