MyBB Community Forums

Full Version: PM notice background color?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
My theme is a black and green color; links are green and background is black. Whenever a member gets a PM, the PM notice comes up, as it should, but the colors clashed with the theme. It has the yellowish color for the background and that sharp green for the links. Can I change the yellowish color to black?
Edit the CSS for

.pm_notice?
In global.css:

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

Bah, beaten!! Toungue
Thanks guys =) It looks perdy now! Big Grin