Skip to content

Instantly share code, notes, and snippets.

@reasonstousegenesis
Created November 19, 2015 02:42
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 reasonstousegenesis/6f38a67b6bd2a9081acc to your computer and use it in GitHub Desktop.
Save reasonstousegenesis/6f38a67b6bd2a9081acc to your computer and use it in GitHub Desktop.
Apply a color style with Genesis
/* Paste the code BELOW this line into your child theme stylesheet. */
.your-theme-blue a {
color: #2F82F7;
}
.your-theme-orange a {
color: #E54D24;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment