Skip to content

Instantly share code, notes, and snippets.

@braddalton
Last active December 14, 2015 09:19
Show Gist options
  • Save braddalton/5064496 to your computer and use it in GitHub Desktop.
Save braddalton/5064496 to your computer and use it in GitHub Desktop.
Add Support For Custom Header/Logo to Genesis Child Themes. Modify the width and height to match your themes header image.
add_theme_support( 'genesis-custom-header', array( 'width' => 960, 'height' => 120 ) );
//Paste the code at the end of your child themes functions.php file and change the values to fit with your theme and header image.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment