4
I haven't tried setting the site wide theme, so unsure on that ....yet you can match parts of the CSS for the drop down...
That is suplied in the last lines of CBB's CSS file....
These lines you place in each theme's CSS, you are using and match the colours....
/* color -- dropdown menu for Forum
div.dropdown a, div.dropdown .menubar a{
color:#FFF;
}
div.dropdown .menu, div.dropdown .menubar, div.dropdown .item, div.dropdown .separator{
background-color: #436792; /* same color set as in your theme/style.ss .th{} is recommended
color:#FFF;
}
div.dropdown .separator{
border: 1px inset #e0e0e0;
}
div.dropdown .menu a:hover, div.dropdown .userbar a:hover{
color: #333;
}
/* color - end */