Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save benweiser/c03e6aa25e52ee0def2a to your computer and use it in GitHub Desktop.
Save benweiser/c03e6aa25e52ee0def2a to your computer and use it in GitHub Desktop.
Add A Genesis Featured Image Above Post With Title - Style.css
.bw-featured-title {
background-size:cover;
background-repeat:no-repeat;
text-align:center;
width:100%;
}
.bw-featured-title .entry-header {
position: relative;
top: 50%;
transform:translateY(-50%);
}
.bw-featured-title h1.entry-title {
color:#fff;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment