MyBB Community Forums

Full Version: Change this color
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm editing the color of the theme in my localhost.

[Image: jM6nD6yaxbfqD.PNG]

I want a white text color for all the .a:links in the #panel and black color for all the .a:links in .tcat
Is there any way to differentiate those two?
in CSS (stylesheet)
#panel a {
}
.tcat a {
}