Okay
  Public Ticket #445504
Remove top nav, but keep header and logo
Closed

Comments

  • Hyrum started the conversation

    Hi there - I've read the ticket on landing pages and have been trying to remove the top nav menu, but keep the header and logo. This is the code that I've cobbled together for the custom CSS:

    .page-id-3183 header#top nav > ul.sf-menu {

    display:none;

    }

    It seems to work, but now I think I've lost the "header-outer" because the logo is sitting right on the header line. Is there a way to get the space back?

  •  8,854
    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) :
    .page-id-3183 header#top nav > ul.sf-menu {
    visibility:hidden !important;
    }


    Thanks


    ThemeNectar Support Team 

  • Hyrum replied

    Thanks Tahir! You da man!

  • Julian replied

    Hello, I have same issue and tryed same code but Mobile Menu still showing. Could you please help me to remove mobile menu? thank you in advance!

  •  8,854
    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 #toggle-nav {
        visibility: hidden !important;
    }

    Thanks


    ThemeNectar Support Team