Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #804840

    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 :)

    #804892

    Hey cpetrie2001,

    You can try to add this custom CSS code:

    .sub-menu {
      visibility: visible !important;
    }
    

    Best regards,
    John Torvik

    #805195

    I tried adding that and clearing my cache. It didn’t change the opacity of the sub-menu.

    #805508

    Hi,

    Try using this css code:

    #header_main .avia-menu li:hover .sub-menu {
        opacity: 1 !important;
    }

    Hope this helps :)

    Best regards,
    Nikko

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.