MyBB Community Forums

Full Version: Help with links colors ?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
[Image: qRn9rVo.png] please tell me how can i change colors of that links Undecided
Open ./jscripts/editor_themes/default/stylesheet.css , and Add at the bottom:

.messageEditor .toolbar_dropdown, .messageEditor .toolbar_dropdown li { color: #000; }
.messageEditor .toolbar_dropdown :hover, .messageEditor .toolbar_dropdown li:hover { color: #9B1504; }