Created
June 16, 2018 11:33
-
-
Save feastdesignco/347b087d3eb1e8895b09b19b9418dbeb to your computer and use it in GitHub Desktop.
Remove styling associated with the old Genesis header by commenting it out
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
/* | |
.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