MyBB Community Forums

Full Version: HOW To: Change Color of Message Board bar
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
[Image: 52aa0a3fca.jpg]
I Wish to change the color of Bar.. (Like is here on mybb forum)
Please help me to learn this.
Thank you verry much !Rolleyes
Hello there,

the 1st way is toedit the the template in Admin CP > Templates > Modify / Delete >Global Templates >Expand >global_boardmsg and change the class of that board message into a new one you have created in the theme manager.

or you can simply use html codes, e.g

<table border="0" cellspacing="1" cellpadding="4" style="color: #xxxxxx; border: 1px solid #xxxxxx; background: #xxxxxx;">
<tbody>
<tr>
<td style="color: #xxxxxx; border: 1px solid #xxxxxx; background: #xxxxxx;">$boardmessage</td>
</tr>
</tbody>
</table>
<br />
change the xxxxx to the color hex codes.

regards
Well..You Know VERRy Well What Are You Talking....
Thank you verry much for your GREATE HELP !
Was verry easy to edit Big Grin..
Best Regards.