Okay
  Public Ticket #544292
Remove "No Menu Assigned", entire nav container
Closed

Comments

  • Will started the conversation

    Hi!

    I can't figure out how to remove this "No Menu Assigned" text that appears by default if I am not assigning a menu. Help?

    I really want to remove that entire nav element from my homepage layout so I can vertically center my logo. Right now it's pushed way towards the top of the header.


    Thanks!

    -W

  •  8,990
    Tahir replied

    Hey ,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
    header#top nav > ul {
        display: none !important;
    }

    Also this should help: https://support.woothemes.com/hc/en-us/articles/203105957-Customizing-your-theme-with-Firebug .

    Thanks



    ThemeNectar Support Team