MyBB Community Forums

Full Version: "Forum Contains New Posts" text color/
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Thought I had this set to the color I wanted, but not I can't seem to find where to change it within global.css. As you can see in the attached image, the text is unreadable. How do I make it white like I did with the stats on the right? (I can't find where I did that either lol) I would also like to change that icon color to something brighter, how do I do that, too? I've only been editing via global.css so far...haven't tried templates and am not even sure how they work. 


[Image: hRGpQsEx.jpg]
Search for (CTRL+F):

.forum_legend dd {
    float: left;
    margin-right: 10px;
    margin-top: 7px;
}

..and add "color: #fff;" right below "margin-top: 7px;".

The icons are images which means that you can't change the color via css.
I have a question on a similar topic. 
I am using Flatty theme. 
forums - http://phinnykills.com/forums

I want to change the post & new post icon. 
See attached pic of what they currently look like.

Can anyone tell me where those image files are located? 
I've searched everywhere and cannot find them. 

I figured i should be able to replace them with my own image files, once i find them. 

Thanks