Can you please assist me? I have been able to change the header and trailer color from blue to green (#34775a) by modifying the entries the zen-classic.css. But I found no code that affected the drop down menu color.

Comments

Crell’s picture

Project: MenuTree » Zen
Version: 5.x-1.4 » 6.x-1.x-dev
Assigned: bornsix » Unassigned

Uh, this has nothing to do with menutree whatsoever.

Also, do not "assign" yourself to an issue unless you are volunteering to fix it. :-)

armourymedia’s picture

Status: Active » Postponed (maintainer needs more info)

Are you referring to the primary navigation menu under the header? If so, that menu is built with an image so you would have to edit the image to modify it to your desired colour scheme. The image file is located in zen/zen_classic/images/tabs.png and the css that calls it is in zen-classic.css on line 211. The css for a:active and a:hover references a different position on the same image, which provides the three-buttons-in-one feature. Hope that helps.

bornsix’s picture

And the answer is:

See background color to zen-classic.css

#primary a
{
background: #6DA6E2 url(images/tabs.png) repeat-x;
color: #FFF; /* color of the menu print */
font-weight: bold;
display: block;
float: left;
padding: 5px 14px 5px 14px;
margin: 0 1px 0 0;
border: solid #6191C5 1px;
border-width: 1px 1px 0 1px;
background: #582; /* Menu button color changed to green */
}

yoroy’s picture

Status: Postponed (maintainer needs more info) » Fixed

Seems to be fixed then.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.