Hi,
I had the same issue that was seen in these threads:
http://support.swiftideas.net/forums/topic/main-menu-subcategory-transparency-issue/
http://support.swiftideas.net/forums/topic/menu-subcategory-transparency/
The menu was showing up transparent on the second level of drop downs. I have now followed Mohammed’s code suggestion (from the second link) which gives the result that 1ewis (from the first link) saw .
What I am after is for the background to turn turquoise on hover with white text so I changed the colour code so that I’m now using this code:
nav .menu ul.sub-menu .sub-menu, nav .menu ul.sub-menu .sub-menu li, nav .menu ul.sub-menu .sub-menu li a {
background-color: #FFFFFF!important;
background: #1bbeb4!important;
}
Now the sub levels are all fully opaque and fully turquoise whether hovered or not.
I feel like I’m pretty close here but cant quite get it right.
Thanks