Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save topleague/26b24ba731962b7172d5c67bc959355c to your computer and use it in GitHub Desktop.
Save topleague/26b24ba731962b7172d5c67bc959355c to your computer and use it in GitHub Desktop.
Styling Overlay Entry Title and Excerpts in Featured Image
/* 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