Created
December 29, 2015 19:00
-
-
Save lukecav/a8c42d9ad376d93979a2 to your computer and use it in GitHub Desktop.
H2 and H3 Centered in Specific Colors for Homepage only
This file contains 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
/* 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