Skip to content

Instantly share code, notes, and snippets.

@jamiemitchell
Last active August 29, 2015 13:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jamiemitchell/9063221 to your computer and use it in GitHub Desktop.
Save jamiemitchell/9063221 to your computer and use it in GitHub Desktop.
Basic idea for adding a box around page heading in Genesis Metro theme
.custom-title .entry-title {
background: none repeat scroll 0 0 #F96E5B;
color: #FFFFFF;
font-size: 48px;
font-size: 4.8rem;
font-weight: 700;
padding: 80px 60px;
padding: 8rem 6rem;
text-align: center;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment