Created
July 14, 2015 05:31
-
-
Save scottnix/48f0f3091672e97ff659 to your computer and use it in GitHub Desktop.
Thematic Header Image Link
This file contains 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
#blog-title a { | |
display: block; | |
height: 200px; | |
width: 100%; | |
background: url('http://localhost/githubs/test/wp-content/uploads/sites/12/2015/07/cropped-300.jpg'); | |
margin: 0; | |
padding: 0; | |
text-indent: -9999px; /* hides blog name, remove if you want the blog text */ | |
} | |
#blog-description { | |
display: none; /* hides blog description, remove if you want blog description */ | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment