Created
November 9, 2017 06:35
-
-
Save topleague/26b24ba731962b7172d5c67bc959355c to your computer and use it in GitHub Desktop.
Styling Overlay Entry Title and Excerpts in Featured Image
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
/* Styling for Entry Title and Excerpts */ | |
.post-hero { | |
background-size: cover; | |
background-repeat: no-repeat; | |
padding-top: 4%; | |
padding-bottom: 8%; | |
} | |
.post-hero .page-title { | |
font-size: 72px; | |
font-weight: bold; | |
} | |
.post-hero .page-excerpt { | |
font-size: 30px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment