MyBB Community Forums

Full Version: how to change this
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
how to change color of this massage?
<- deleted ->
no.. when you mouse over the message the black will appear
In global.css find;
.pm_alert {
	background: #FFF6BF;
	border: 1px solid #FFD324;
	text-align: center;
	padding: 5px 20px;
	margin-bottom: 15px;
	font-size: 11px;
}
and Replace it with this;
.pm_alert {
	background: #FFF6BF;
color: #000;
	border: 1px solid #FFD324;
	text-align: center;
	padding: 5px 20px;
	margin-bottom: 15px;
	font-size: 11px;
}
thank you sir thanks...
Hi,

The MyBB group offers support under the conditions of our Support Eligibility policy. It is apparent that one or more of your forums do not meet the conditions of our policy and therefore you are ineligible for support. This could be because of adult, piracy or hacking related content or because your forum does not display the minimum “Powered by MyBB” notice.

If you have any questions regarding this policy please post in the Private Inquiries forum.

Regards,
The MyBB group.