Skip to content

Instantly share code, notes, and snippets.

@jdelia
Last active August 29, 2015 14:19
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 jdelia/137d5252d4bde803a6ea to your computer and use it in GitHub Desktop.
Save jdelia/137d5252d4bde803a6ea to your computer and use it in GitHub Desktop.
genesis-site-title-styles.css
/* An example of how you can style each word */
/* Uncomment this if you want to remove the space between words
*
.site-title {
font-size: 0;
}
*/
/* Font size for all the span tags */
.site-title span {
font-size: 30px;
}
/* style the first word */
.site-title span:nth-child(1) {
color: #333;
font-weight: 400;
}
/* style the second word */
.site-title span:nth-child(2) {
color: #99d7da;
font-weight: 700;
}
/* style the third word */
.site-title span:nth-child(3) {
color: #333;
font-weight: 400;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment