Skip to content

Instantly share code, notes, and snippets.

@cliffordp
Last active August 29, 2015 14:16
Show Gist options
  • Select an option

  • Save cliffordp/d547f15f4b214621c69f to your computer and use it in GitHub Desktop.

Select an option

Save cliffordp/d547f15f4b214621c69f to your computer and use it in GitHub Desktop.
// From http://www.pagelinestheme.com/disable-dms-regions-per-page/
//body[class*=" template-landing-"]:not(.logged-in) { //do not hide for logged in users
body[class*=" template-landing-"] { //e.g. template-landing-snowremoval
#fixed-top,
.fixed-top-pusher,
header,
footer {
//display:none; // no longer needed now that it is done via functions.php
}
#page section.section-pl_area:last-child { //remove bottom white space from body after last canvas area within template area
margin-bottom: -25px;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment