Okay
  Public Ticket #1615094
No menu selected
Closed

Comments

  • stotion started the conversation

    2 Salient menus are showing up in the header. I only need one. One of them works correctly, the other one says "no menu selected" The 2nd menu won't disappear. How do I fix this bug?

  •  3,030
    Andrew replied

    Hey there,

    Please update to Salient Theme Version 8.5.6 and VC to 5.4.7. 

    To get a list of Bug Fixes and new Feature add ons in the Latest Theme update,  the changelog can be viewed here : http://themenectar.com/changelogs/salient.html .

    Update the theme by following this guide: http://themenectar.com/docs/salient/updating-salient/ 

    Regards

  •  9,005
    Tahir replied

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    header#top nav > ul.sf-menu {
        display: none !important;
    }

    Thanks


    ThemeNectar Support Team