Removing navigation bar from static front page only

  • Unknown's avatar

    Can i remove the navigation bar from my static front page only? I would like it obviously on all the other pages but I just want my static front page to be a singular image with an enter link.

    Thanks!

    The blog I need help with is: (visible only to logged in users)

  • You can use custom CSS to hide the menu on your homepage in Sela.

    .home .main-navigation {
     display: none;
    }

    That said, I wouldn’t recommend doing this, since you’re forcing users to make an extra click to access your site, and preventing them from getting to the information they’re looking for directly.

  • The topic ‘Removing navigation bar from static front page only’ is closed to new replies.