Okay
  Public Ticket #1166295
Hide Navigation on Box Roll Header Home page
Closed

Comments

  • rich started the conversation

    Hi again,

    So I want to have a home page to show a header using Box Roll Header as in your agency demo. The issue is I want to hide the Nav on this initial view, so no nav is visible. Then when the box roll is initiated to reveal the page content - the nav then appears. Is this doable? Essentially hiding nav before scroll.

    To be clear - i know i can hide the nav entirely on the entire page by selecting this in the page attributes template - but in my case i want the nav to appear after scroll not be hidden on entire page.

    Do you have a little bit of code to make this magic happen? (i am not a coder but have developers i could ask but wondered if you have done this already?)

  •  3,033
    Andrew replied

    Hi Rich,

    Thanks for contacting us regarding your query.

    You may use the following Custom CSS Code to accomplish this request. 

    /*Hides Menu Before Scroll*/
    .no-scroll div#header-outer{
      display: none;
    }
    

    You may add this to the Custom CSS Code section located by navigating to Appearance>General Settings>CSS/Script Related>Custom CSS Code from your WordPress Dashboard

    Please let me know if there are any more questions that I may answer for you.

    Cheers!