Notifications
Clear all

Limited Support

Our support team is currently on holiday from December 25, 2025 to January 7, 2026, and replies may be delayed during this period.

We appreciate your patience and understanding while our team is away. Thank you for being part of the wpForo community!

Merry Christmas and Happy Holidays! 🎄

wpForo 1.x.x [Solved] How to change MCE container color on reply form?

12 Posts
4 Users
3 Reactions
5,339 Views
Posts: 8
Topic starter
(@webpikirdong)
Active Member
Joined: 8 years ago

MCE container not show black color, even tough change theme or lay out. Still white, but only show the icon when mouse over, how to change it? thanks


11 Replies
Sofy
Posts: 5637
 Sofy
Admin
(@sofy)
Support Team
Joined: 8 years ago

Hi webpikirdong,

Please use the following CSS code. Put it in Dashboard > Forums > Settings > Styles > Custom CSS Textarea. Save it, delete all caches and do Ctrl+F5 on front-end.

  #wpforo #wpforo-wrap .mce-widget {
color: #333333 !important;
}

Don't forget to change the red marked color codes before using.

 


Posts: 8
Topic starter
(@webpikirdong)
Active Member
Joined: 8 years ago
Posted by: Sofy

Hi webpikirdong,

Please use the following CSS code. Put it in Dashboard > Forums > Settings > Styles > Custom CSS Textarea. Save it, delete all caches and do Ctrl+F5 on front-end.

  #wpforo #wpforo-wrap .mce-widget {
color: #333333 !important;
}

Don't forget to change the red marked color codes before using.

 

nothing happen for me 🙁


1 Reply
(@webpikirdong)
Joined: 8 years ago

Active Member
Posts: 8
Posted by: Sofy

Hi webpikirdong,

Please use the following CSS code. Put it in Dashboard > Forums > Settings > Styles > Custom CSS Textarea. Save it, delete all caches and do Ctrl+F5 on front-end.

  #wpforo #wpforo-wrap .mce-widget {
color: #333333 !important;
}

Don't forget to change the red marked color codes before using.

 

I solved with put CSS code:

#wpforo #wpforo-wrap .mce-widget {
background: #999999 !important;
}
.mce-toolbar { background: #999999 !important; }

thanks for great plugin!

here is the result


Posts: 5
(@blubbi91)
Active Member
Joined: 7 years ago

Hello,

I have the same problem, but nothing helps. I tested both Codes in the CSS Area 🙁

I have the newest Version of the Forum.

 

Thank you for help


Posts: 392
(@anonymous3542)
Honorable Member
Joined: 8 years ago

@blubbi91 are you looking to change the background of the text area in the TinyMCE window ? If this is the case, have a look at  https://wpforo.com/community/how-to-and-troubleshooting-2/text-editor-background/#post-15044


2 Replies
(@blubbi91)
Joined: 7 years ago

Active Member
Posts: 5

Good morning,

no. The Background of the HTML Shortcuts / Buttons over the Text Fields are Dark blue. I dont know how to chance this. When i used the codes here in the the Thread nothing happend.


(@blubbi91)
Joined: 7 years ago

Active Member
Posts: 5

I have load a Picture with the problem. I will chance the blue background. But nothing happened with any CSS code.


Page 1 / 2