How To Change The Color In Mbmenu

Hello there,

I have downloaded the MBmenu from here http://www.yiiframework.com/extension/mbmenu/ which is working perfectly.

All I wanted to change the color of the background and foreground on selection. I have tried to tweak with mbmenu.css but could not succeeds. All I need to remove the black background color and make it simple white box with all menu appear in black and on selection the selected item change the foreground color to white and background color to blue or red. Could you help me with that.

Thanks a lot

Ashish Tyagi

Use text editor to find ‘#666e73’ in mbmenu folder.

For example:

"…\extensions\mbmenu\source\mbmenu.css"(1,119):#nav-bar { border-top:1px solid #2d444f; border-bottom:1px solid #2d444f; background:url(nav1_bg.gif) repeat-x 0 100% #666e73; padding:0 30px; }

I have found that color but after changing it to white it does not work, I can still see black and orange color combinitation