MyBB Community Forums

Full Version: Help Change Color
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How can i change the color in this part of theme? its white to white hmmm


[Image: 67056840.png]

Uploaded with ImageShack.us



PLEASE HELP ME
You need to add a color to .messageEditor .toolbar_dropdown and .messageEditor .toolbar_button_video in ./jscripts/editor_themes/default/stylesheet.css or whatever editor you use other than default.
If the above solution not works then add the following code in global.css;
.messageEditor .editor_dropdown_menu {
color: #000000;
}

.messageEditor .toolbar_dropdown .editor_dropdown_label {
color: #000000;
}