Skip to content

Instantly share code, notes, and snippets.

@nickdavis
Created May 9, 2016 12:51
Show Gist options
  • Save nickdavis/0de632fccf2c32f15a4b4f8fb286a1e2 to your computer and use it in GitHub Desktop.
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
.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