Created
October 26, 2015 03:41
-
-
Save benweiser/c03e6aa25e52ee0def2a to your computer and use it in GitHub Desktop.
Add A Genesis Featured Image Above Post With Title - Style.css
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
.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