MyBB Community Forums

Full Version: Changing alert color.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I moved the MyAlerts alert location to my forums header-http://prntscr.com/7csus8. How can I make it color red when there is a new alert?
Euan T Wrote:Hi, yes. Use the following CSS:

.alerts.alerts--new {
    color: red;
} 

http://community.mybb.com/thread-171301-...pid1161371