If you are talking about the menu bar at the top in user control panel.
open file usercp.php
At the bottom of the file you will see:
PHP Code:
$cpnav[4]="#DFDFDF";
$cpnav[5]="#DFDFDF";
$cpnav[6]="#DFDFDF";
$cpnav[7]="#DFDFDF";
eval("\$cpnav = \"".gettemplate("usercpnav")."\";");
Add a line prior to the eval command to look like this:
PHP Code:
$cpnav[4]="#DFDFDF";
$cpnav[5]="#DFDFDF";
$cpnav[6]="#DFDFDF";
$cpnav[7]="#DFDFDF";
$cpnav[8]="#DFDFDF";
eval("\$cpnav = \"".gettemplate("usercpnav")."\";");
all the "#DFDFDF" should be { secondaltcolor } without the extra spaces to match your styles. the board keeps expanding it for me
There is a couple other places that you have to set cpnav[8] depending on what screen you are on. If this is not what you were looking for let me know.