Tagged: mega menu, sub-menu, transparency
My sub-menu on this site: http://www.moneypeach.com has high transparency and you cannot see the sub-menu when you hover over the menu. This just recently started happening for both drop down and mega menu.
Is there a way to fix this?
Thank-you :)
Hey cpetrie2001,
You can try to add this custom CSS code:
.sub-menu { visibility: visible !important; }
Best regards,
John Torvik
I tried adding that and clearing my cache. It didn’t change the opacity of the sub-menu.
Hi,
Try using this css code:
#header_main .avia-menu li:hover .sub-menu {
opacity: 1 !important;
}
Hope this helps :)
Best regards,
Nikko