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;
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.
If its not free , its no good ?
May be .. I didn't tested