MyBB Community Forums

Full Version: change css on pm recieved
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
When you get a PM a message pops up, what part of the CSS is to change the colour of the text in that?
It is in global.css:

.pm_alert {
	background: #FFF6BF;
	border: 1px solid #FFD324;
	text-align: center;
	padding: 5px 20px;
	margin-bottom: 15px;
	font-size: 11px;
}
(2013-02-19, 03:41 AM)buzzle Wrote: [ -> ]It is in global.css:

.pm_alert {
	background: #FFF6BF;
	border: 1px solid #FFD324;
	text-align: center;
	padding: 5px 20px;
	margin-bottom: 15px;
	font-size: 11px;
}

Thanks man I found it after searching, I was looking in the wrong CSS file lol.