Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@jamiemitchell
Forked from craigsimps/functions.php
Created August 19, 2019 21:32
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 jamiemitchell/1f81f362ceb83651d910b13538f4c6e0 to your computer and use it in GitHub Desktop.
Save jamiemitchell/1f81f362ceb83651d910b13538f4c6e0 to your computer and use it in GitHub Desktop.
<?php
/**
* Stop Genesis adding `header-*` classes to <body>.
*
* @since 1.0.0
*/
remove_filter( 'body_class', 'genesis_header_body_classes' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment