MyBB Community Forums

Full Version: change users color
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
it's possible?
now one knows? Sad
Add this to your themes global.css
.author a:link {
    color: #ccc;
}
it works but on certain users.
ex:
Sorry, try this:

.author a:link, .author a:visited, .author a:active, .author a:hover {
    color: #ccc;
}
solved, thanks AJS :*