Skip to content

Instantly share code, notes, and snippets.

@stephangriesel
Created October 9, 2015 10:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stephangriesel/c9f063a453b4c68de595 to your computer and use it in GitHub Desktop.
Save stephangriesel/c9f063a453b4c68de595 to your computer and use it in GitHub Desktop.
/* Hide Title */
section.page_header .page_header_inner .p_head_left {
display: none;
}
/* Hide home float */
.f-left {
display: none;
}
/* Remove page header */
section.page_header {
background-color: #fafafa;
border-color: #fafafa;
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment