Viewing 1 replies (of 1 total)
  • Hi @violetta666 ,

    Have you been able to resolve that?

    If no, it’s likely from the active theme’s Secondary Nav Menu.

    You may check the active theme’s options/settings for an option to disable the Secondary Menu.

    Alternatively, you could use this CSS snippet to hide the Secondary Menu:

    .wd-header-secondary-nav {
        display: none;
    }

    You may use a plugin like Simple Custom CSS and JS to add the custom CSS to your site.

    See this example: https://share.zight.com/L1uyeGz0

    Let me know if that helps.

Viewing 1 replies (of 1 total)
  • The topic ‘Wrong menu selected’ is closed to new replies.