MyBB Community Forums

Full Version: how change notices color?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
My Forum Pm notices and ReputatioReputation Report text color is white.
I want change text color of those.
how do it?  Huh

Screen Shots:
http://i.imgur.com/ctyNRAi.png?1
http://i.imgur.com/CQAsTkm.png?1
in the global.css of the theme you can change background color used for .pm_alert

and for reputation text you can add style property like below at the bottom of global.css
[class*="trow_reputation"] {color: brown; text-shadow:  none;}


note: stylesheet of theme needs to be edited through themes section of forum admin panel
and it should be edited through advanced edit mode.

you may have to hard refresh your browser [eg. press CTRL + F5] on forum index after saving changes to stylesheet