Created
December 27, 2013 19:40
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.page-id-69 #header hgroup { | |
display: none; | |
} | |
.page-id-69 #headerwrap { | |
height: 0; | |
} | |
.page-id-69 #nav-bar { | |
top: 0; | |
bottom: auto; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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?