3
These colours are all changed using the style sheet which comes with newbb2
they can be found here
http://yoursite.com/modules/newbb/newbb.cssOpen this file and look through the code, the code is commented so you should find the piece you are looking for quite easily.
I think the colours you have match the site quite nicely apart from the link colours so this is the area you need to change these.
--------------------------------------------------------------
.newbb_link {
border: 0px;
padding: 2px;
text-decoration: none;
color: white /* Normal Color of the Links */ !important;
font-weight: bold;
width: 100%; /* IE */
text-align: left;
}
li>.newbb_link { width:auto; }
li link.newbb_submenu {
background-color:#2F5376; /* Background of the Links in the Menu */
}
.newbb_link:hover {
border:0px;
color:orange /* Hover Color of the Links */--------------------------------------------------------------
Regards
stuart