Skip to content

Instantly share code, notes, and snippets.

@srikat
Last active May 9, 2022 05:37
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save srikat/7940166 to your computer and use it in GitHub Desktop.
Save srikat/7940166 to your computer and use it in GitHub Desktop.
add_action ( 'genesis_before_header', 'sk_add_full_width_banner_image' );
function sk_add_full_width_banner_image() {
echo '<div class="banner-image"><img src="http://genesis.dev/wp-content/uploads/2013/12/header.jpg" /></div>';
}
.banner-image {
text-align: center;
}
.banner-image img {
width: 100%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment