We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
If you would like to add custom header support, add this to /inc/genesis-changes.php (change the dimensions as required):
/inc/genesis-changes.php
add_theme_support( 'genesis-custom-header', array( 'width' => 600, 'height' => 135 ) );
And add this to _site-header.scss:
_site-header.scss
.header-image { .site-title, .site-description { overflow: hidden; text-indent: 100%; white-space: nowrap; } }