Skip to content

Instantly share code, notes, and snippets.

@scottnix
Created July 14, 2015 05:31
Show Gist options
  • Save scottnix/48f0f3091672e97ff659 to your computer and use it in GitHub Desktop.
Save scottnix/48f0f3091672e97ff659 to your computer and use it in GitHub Desktop.
Thematic Header Image Link
#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