• How do I use the “fullpage with no title and no sidebar template” and remove the main nav bar. I want to use just an html expanding nav box. I have the code for that. I am running a child theme of “Sixteen”. I wish to keep the header but then jump to content. The remainder of the site will be as normal accessed by links from the navigation box on the front page.

Viewing 2 replies - 1 through 2 (of 2 total)
  • You can remove the navbar using CSS. Find the CSS class of the navbar, then hide it using display:none.

    Or if you are more skilled you can remove it from the template code itself, it will be in the header.php template most likely.

    Thread Starter zbctenterden

    (@zbctenterden)

    Thanks Colin
    I had tried “Commenting out” the navbar code in the header php. but that didn’t work.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Home page without navigation’ is closed to new replies.