Skip to content

Instantly share code, notes, and snippets.

@shazdeh
Created December 27, 2013 19:40
Show Gist options
  • Save shazdeh/8151589 to your computer and use it in GitHub Desktop.
Save shazdeh/8151589 to your computer and use it in GitHub Desktop.
Parallax: hide the header on a specific page (http://themify.me/docs/post-page-id) but keep the menu
.page-id-69 #header hgroup {
display: none;
}
.page-id-69 #headerwrap {
height: 0;
}
.page-id-69 #nav-bar {
top: 0;
bottom: auto;
}
@gabri83
Copy link

gabri83 commented Mar 20, 2015

Do I have to write this code at the end of the Style.css? Cause I tried and it doesn't work. I'm trying to hide the header and footer on the Team members pages, can you help me?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment