• Resolved wdejesus

    (@wdejesus)


    Hi there everyone.

    I noticed today that I am getting some sort of title link on the mega menu. If you hover over “Brands” and see at the very top a middle title link. I tried removing it by targeting the class, but it will remove the whole nav. Any insight into how I can remove this?

    Thank you!

    Will

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author megamenu

    (@megamenu)

    Hi Will,

    Have you fixed this? I’ve checked the brands sub menu but it all looks OK to me.

    Regards,
    Tom

    Thread Starter wdejesus

    (@wdejesus)

    Hi Tom,

    Yes, thank you. I just used CSS to cover those extra portions showing up. The solution I used is below

    .mega-menu-link {
      display:none !important;
    }
    
    #mega-menu-item--2{
    	display:none !important;
    }
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Mega Menu Title???’ is closed to new replies.