Notifications
Clear all

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.

 

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

3 Posts
2 Users
0 Reactions
825 Views
Posts: 2
Topic starter
(@bragino)
New Member
Joined: 5 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: 1522
(@tutrix)
Noble Member
Joined: 5 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: 5 years ago

Worked perfectly. Thanks!