Last active
December 14, 2015 09:19
-
-
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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