Tagged: mega menu
Hi Guys
I am working with my mega menu, and have made a kind of fake stacked column to save some room so I don’t have to have another row on the menu. It’s pretty large as is on small screens. Looks good, except I was wondering if you could help me with some styling – see the CLIMBING and TREKKING menu – VENEZUELA here: http://www.andesworldtravel.com
I’d like the VENEZUELA heading to have the same hover as the column headings, without the background (gray) color on rollover.
tried this:
li#menu-item-3889 a:hover {
color: #db5000!important;
}
no luck. Would appreciate your help.
thanks!
Nancy
Hi Munford!
Try this instead.
#menu-item-6643:hover h3 {
color: red !important;
}
Cheers!
Elliott
thanks I will try that – is there a way to get rid of the background color hover?
Hey!
Try this.
#menu-item-6643:hover a { background: transparent !important; }
Cheers!
Elliott
excellent – that’s just what I needed. thanks!