MyBB Community Forums

Full Version: Reputation message problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
The reputation message cannot be seen unless it is highlighted with the mouse. Is it possible to change the text color for the reputation system?
Themes -> global.css -> find: input.textbox and change: color: ; to the desired color of the text
it is not working Sad
Which text are you trying to change? The text in the input box? If so and you applied the above changes you may need to hit ctrl + f5 a few times.
http://i.imgur.com/qmGBvgM.png

Which input do i use?
try adding this to global.css and hard refresh the page to check the changes.... change the color code as needed....


td[id^="rid"] {
color: #000;
}

td[id^="rid"] span.smalltext {
color: #000;
}

td[id^="rid"] span.smalltext a {
color: #000;
}