MyBB Community Forums

Full Version: Some Theme Bugs
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Well Hey guys, I am having a few bugs on A theme Im wokring on, & I need to know how to fix them.

The input field text color is white, the same as the field background. The same for the buttons. I dont know how to fix it, or what to edit to fix it.
add this in your global.css of the default theme
input{
color:black;
}