Quote Originally Posted by humbll View Post
1. love the menu.
2. i know this is a trivial matter, but i would like to make the color of the menu same as the rest of the site - blue-grey background and grey or white words. what do i change the colors to in the stylesheet_header_menu.css ? below is the first section of my stylesheet.css for my template, i am confused by all the color definitions.
3. also, if you view the site, on either side of the menu is white space, is there a way to make that bule-grey as well, or perhaps extend the menu to cover it?
Thanks in advance.

mytemplates stylesheet.css:
To change the colors of the menu, simply open up includes/templates/YOUR_TEMPLATE/css/stylesheet_header_menu.css and you may have to play around a bit to find what changes what.

My green in the template is this:
background:#D5E88F;

so replace #D5E88F with what you'd like instead of green.

My dark grey is #4f4f4f, so just replace that with the color you'd like.

The text is controlled with the color: tags, so just adjust those to the color you'd like.

3. try giving :#dropMenuWrapper the background color you'd like.