Created
May 9, 2016 12:51
-
-
Save nickdavis/0de632fccf2c32f15a4b4f8fb286a1e2 to your computer and use it in GitHub Desktop.
Set all header tags to be white on the Kickstart Pro (from Lean Themes) contact page template
This file contains hidden or 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
.page-contact .entry-content h2, | |
.page-contact .entry-content h3, | |
.page-contact .entry-content h4 | |
.page-contact .entry-content h5, | |
.page-contact .entry-content h6 { | |
color: #fff; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment