Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save feastdesignco/347b087d3eb1e8895b09b19b9418dbeb to your computer and use it in GitHub Desktop.
Save feastdesignco/347b087d3eb1e8895b09b19b9418dbeb to your computer and use it in GitHub Desktop.
Remove styling associated with the old Genesis header by commenting it out
/*
.header-image .site-description,
.header-image .site-title a {
display: block;
text-indent: -9999px;
}
*/
/* Logo, hide text */
/*
.header-image .site-title > a {
-webkit-background-size: contain !important;
background-size: contain !important;
display: block;
height: 170px;
margin: 10px auto;
max-width: 320px;
text-indent: -9999px;
}
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment