chuckcory
Newbie
Posts: 1
Registered: 1/24/2007
Member Is Offline
|
| posted on 1/24/2007 at 08:39 AM |
|
|
Menu background colors
I certainly love the menus but am having difficulty figuring out where to change the background color or the sub menus. Is it in the css, menu_items,
menu_tpl or where? Any assistance would be much appreciated. Thank you.
|
|
|
tigra
Administrator
Posts: 1982
Registered: 6/17/2002
Location: US, CO
Member Is Offline
|
| posted on 1/24/2007 at 09:44 AM |
|
|
the colors are defined in the menu.css
menu_tpl.js links the css classes to the elements of the menu. if submenus reuse the same properties as the root level items you'll need to create
the separate set of css classes and link them to the submenu level(s) in menu_tpl.js
You can do all that in the menu builder without messing with the configuration files.
|
|
|