Skip to content

Instantly share code, notes, and snippets.

@lukecav
Created December 29, 2015 19:00
Show Gist options
  • Save lukecav/a8c42d9ad376d93979a2 to your computer and use it in GitHub Desktop.
Save lukecav/a8c42d9ad376d93979a2 to your computer and use it in GitHub Desktop.
H2 and H3 Centered in Specific Colors for Homepage only
/* H3 and H2 Text Centered Homepage
------------------------- */
.page-id-10 h2 {
color: #AB1F24;
text-align: center;
}
.page-id-10 h3 {
color: #585858;
text-align: center;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment