Hi
I did the modification as you said . But still colors will not changed.
// MEGAMENU (Inverted)
// -------------------------------------------------------
.T3Navbar() when (@T3NavbarInverted = 1) {
// The Group
// ---------
// Group Title
.mega-nav .mega-group > span,
.dropdown-menu .mega-nav .mega-group > span {
//color: @white;
color: #BC9DC3;
// Link states
&:hover, &:active, &:focus {
color: @white;
}
}
is there a proper guide to customizing colors ? Please help .
---------------------------------------------------------------------------------------------------------------------------------------------
May I know is there any other way to use my own style + js with t3-mega menu ?
I want to use mega-menu as I want to use "item caption" for each menu item. My main menu is based on "Lava-Lamp Style Navigation Menu".
http://nettuts.s3.amazonaws.com/600_spasticNav/index.html (example)
Thank you
Luke.