MyBB Community Forums

Full Version: How can I change the color of the text in trow?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I want the subject line to be white and the user below to be the same orange.

???????????????
Look for these in your global.css and change color to whatever you want, they are set to black right now.
a:link {
color: #000000;
text-decoration: none;
}

a:visited {
color: #000000;
text-decoration: none;
}

a:hover, a:active {
color: #000000;
text-decoration: underline;
}.