Quantcast
Channel: WordPress.org Forums » All Posts
Viewing all articles
Browse latest Browse all 120298

drawbridgep on "[Plugin: Max Mega Menu] Mega Menu with Custom Menu Widget - Hover Color"

$
0
0

Tom very quickly wrote back to me with a fix. Which I now share:
Add the following to the custom CSS in the theme...

#{$wrap} #{$menu} {
> li.mega-menu-megamenu > ul.mega-sub-menu li.menu-item > a {
padding: 3px;
display: block;
}

> li.mega-menu-megamenu > ul.mega-sub-menu li.menu-item > a:hover {
background: red; /** background color **/
color: white; /** font color **/
}
}


Viewing all articles
Browse latest Browse all 120298