Skip to content

Instantly share code, notes, and snippets.

@cloudxero
Created December 29, 2011 20:11
Show Gist options
  • Save cloudxero/1535985 to your computer and use it in GitHub Desktop.
Save cloudxero/1535985 to your computer and use it in GitHub Desktop.
Staff Listings - Body class home error correction
if (jQuery('#staff-listing').length){
jQuery('body').attr('class', jQuery('body').attr('class').replace('home','')); // removes home class from body
jQuery('#inner-wrap').attr('style','margin-top: 0px;'); // fix for background style
jQuery('#staff-listing').attr('style','background: none;'); // removes white background from staff listing
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment