hello
megamenu css seems to be specially written for zite template
i need help…… iwould like to change colors of different submenu
i have found an example in another blog (for ja-purity ii) but it seems to be different
http://www.joomla-support.fr/forum/25-Personnalisation-du-template-Ja_Purity-ii/7323-Mega-Menu–changement-de-couleur
/* Couleur des boutons du menu horizontal */
/* menu Accueil 9 */
#menu9 {background: url(../images/grad1-mask.png) repeat-x bottom left #fff}
#menu9:hover {background: #e4e0e0}
/* Menu Professionnels 3 */
#menu3 {background: url(../images/grad1-mask.png) repeat-x bottom left #1f7bb7}
#menu3:hover {background: #1f7bb7}
/* Sous-menu Conseils 5 */
#menu5 {background: url(../images/grad1-mask.png) repeat-x bottom left #186190}
#menu5:hover {background: #186190}
/* Menu Particuliers 4 */
#menu4 {background: url(../images/grad1-mask.png) repeat-x bottom left #efa81d}
#menu4:hover {background: #efa81d}
/* Menu Sites Internet 10 */
#menu10 {background: url(../images/grad1-mask.png) repeat-x bottom left #6d13a0}
#menu10:hover {background: #6d13a0}
How can i do that on mega.css for ja-zite ?