MyBB Community Forums

Full Version: [Advice needed, Help pls] Changing color.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello all,

So I found something I don't like and I want to change the color of it but I've searched in templates but I can not seem to find it. My theme is mostly black and this doesn't fit in it at all and also it is unreadable!

This is when you watch somebody his reputation.

https://gyazo.com/6b51dc7d1647904f7d84b7da6c808e1d

And this is when you enter a wrong password to login the forum.

https://gyazo.com/45f441627c0e0b94e1130cb6fc2f7e1f
What i'd suggest is you make a css class like this:
.colourchange {
color:red;
}
And then go into the templates and find where that text is then apply that to it.


It's kind of hard to get what exactly you want and what you have tried, would it be possible to get a url so I could experiment myself?