#bbpress-forums .status-closed,
#bbpress-forums .status-closed a {
color: #ccc;
}
Pretty easy to get this info from your browser developer tools, press F12 or right click the element and select ‘Inspect Element’
Yeah, I found that in one of the CSS files in the bbpress themes folder, and changed it. Nothing happened. I’m assuming I have to add that manually to my theme’s style.css? :/
So I found out what you meant by “developer tools”… ._.
I feel fairly stupid now. But I figured it out. Thanks!