Okay
  Public Ticket #1362908
Remove title link Mega Menu
Closed

Comments

  • Godelike started the conversation

    Hi all ! 

    Where we can remove Title link in Mega menu, or redirection to custom link ? 

    Thx.

  •  601
    WordPress replied

    Hi,

    I solved the problem help you. If you want to hide the title then you can add style to child theme.

    .hiden-title > a{
          display: none;
    }