Notifications
Clear all

Style [Solved] visual editor color

10 Posts
4 Users
0 Likes
2,890 Views
Posts: 3
Topic starter
(@jumoccaz)
Active Member
Joined: 6 years ago

how to change the color of the visual editor?

It is really too clear, we do not distinguish anything!

 

9 Replies
Robert
Posts: 10164
Admin
(@robert)
Support Team
Joined: 8 years ago

Please leave your forum URL. This is a CSS conflict with your theme or with other plugins. We'll need debug your website to be able help you.

Posts: 3
Topic starter
(@jumoccaz)
Active Member
Joined: 6 years ago
Robert
Posts: 10164
Admin
(@robert)
Support Team
Joined: 8 years ago

Please navigate to Dashboard >  Forums > Settings > Styles admin page, put this CSS code in Custom CSS Code textarea, delete all caches and do Ctrl+F5 on forum front:

#wpforo #wpforo-wrap .mce-toolbar .mce-btn button, #wpforo #wpforo-wrap .qt-dfw{padding: 2px 3px !important;}
#wpforo #wpforo-wrap .mce-btn button {color: #333 !important;}
5 Replies
(@ssslakk7722)
Joined: 2 years ago

Active Member
Posts: 10

@robert 

Thanks a mil. 

This is great that we can now change the color of the button text. What's the code to change the background of the buttons?

Again, thanks much!!

Tutrix
(@tutrix)
Joined: 3 years ago

Noble Member
Posts: 1087

@ssslakk7722 

div.mce-toolbar-grp {
background: #ff9900 !important;
}

😉

(@ssslakk7722)
Joined: 2 years ago

Active Member
Posts: 10

@tutrix 

Thanks! Works great.

I also see however that the member/poster's name is in red. Red for names is not acceptable. What's the fix?

Thanks in advance.

Tutrix
(@tutrix)
Joined: 3 years ago

Noble Member
Posts: 1087

@ssslakk7722 

You can set the color > Dashboard > Forums > Usergroups admin page

but create new topics for questions that have nothing to do with the colors of the editor

 

(@ssslakk7722)
Joined: 2 years ago

Active Member
Posts: 10

@tutrix 

Great! Thanks for the assist!

Sinclair

Posts: 3
Topic starter
(@jumoccaz)
Active Member
Joined: 6 years ago
Problem solved 🙂
Thanks a lot for your help