Skip to content

Instantly share code, notes, and snippets.

@leepettijohn
Created February 3, 2015 20:44
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 leepettijohn/549f81464efb4ace5945 to your computer and use it in GitHub Desktop.
Save leepettijohn/549f81464efb4ace5945 to your computer and use it in GitHub Desktop.
Genesis Framework - Add Custom Header
add_theme_support( 'custom-header', array(
'width' => 541,
'height' => 200,
'header-text' => false,
'header-selector' => '.site-title a'
)
);
.header-image .site-title a {
background-position: center !important;
background-size: contain !important;
//float: left;
display: block;
min-height: 118px;
text-indent: -9999px;
width: 100%;
max-height:190px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment