MyBB Community Forums

Full Version: Board Messages Colour
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How can I change my board messages colour at the index page like here has blue, green and yellow.

mines grey...

i have the board messages plugin insatlled
This should move to the "Plugins Support" forums.

If you are using this plugin: http://mods.mybb.com/view/board-messages Then you can see there is an option of CSS class;
[Image: 14-1220209655-Add%20Message.png]

You can add your own CSS to colorize the background.
Ahright thanks
What makes it red?
Make an stylesheet with any name like; (and insert this into the global.css)
.yaldaram
{
	background: #FF0000;
	color: #333333;
	border-top: 2px solid #D4D4D4;
	border-bottom: 2px solid #D4D4D4;
	padding: 5px;
	margin-top: 10px;
}

Now add .yaldaram in the input box of the option of CSS above.
I have a site notice plugin that has pre-defined colour bars , multiple choice:

Show/Hide Feature: http://www.mybbextras.com/showthread.php?tid=624
Static Notices : http://www.mybbextras.com/showthread.php?tid=598
But that is not Free Toungue
If its not free , its no good ? Toungue
May be .. I didn't tested Toungue