MyBB Community Forums

Full Version: How to change this color please?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Which CSS entry should I change to make this color darker

[Image: 2mng4d0.png]


(The color of the "Fonts")

And how can I reset the default colors of the editor?
Thanks Smile
Go to ACP->templates & styles->Themes->your theme->global.css->advanced mode and add this code:
.messageEditor .toolbar_dropdown
{
color: black !important;
}

.editor_dropdown_menu
{
color: black !important;
}

and save