Tagged: mega menu
HI
I’m trying to style the hover state on my mega menu title links on the page below
I tried this:
.mega_menu_title:hover {
color: #dd6300!important;
}
did not work :(
can you help out?
thanks
N
Hi Nancy!
Please use following code instead
.mega_menu_title:hover a {
color: #dd6300!important;
}
Cheers!
Yigit
thanks!