Notifications
Clear all

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

12 Posts
4 Users
3 Likes
3,840 Views
Posts: 8
Topic starter
(@webpikirdong)
Active Member
Joined: 6 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: 4322
 Sofy
Admin
(@sofy)
Support Team
Joined: 6 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: 6 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: 6 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: 5 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: 393
(@anonymous3542)
Honorable Member
Joined: 7 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: 5 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: 5 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