MyBB Community Forums

Full Version: Another white text and background text being invisible! [HELP]
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
This, on usercp



[Image: 7f6848bb26.png]

How to make the text or background black ?

Thanks in advance!
Edit the theme css selector "div.error" in ACP > Templates & Styles > Themes > YOURTHEME > global.css and set the color black (#000).

[attachment=33224]
just to add to what's said above... add the color attribute to the list element of that div...

div.error li {
color: #000;
}
Oh my god thanks for helping again!