Skip to content

Instantly share code, notes, and snippets.

@reasonstousegenesis
Created November 19, 2015 02:34
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/e40b234ba6dbf59389cb to your computer and use it in GitHub Desktop.
Save reasonstousegenesis/e40b234ba6dbf59389cb to your computer and use it in GitHub Desktop.
Create a recolorable theme with Genesis
<?php
// Paste the code BELOW this line into your child theme functions.
/**
* Create a recolorable theme with Genesis
*
* @author Reasons to Use Genesis
* @link http://reasonstousegenesis.com/genesis-style-selector/
*/
add_theme_support( 'genesis-style-selector', array(
'your-theme-blue' => 'Your Theme Blue',
'your-theme-orange' => 'Your Theme Orange'
) );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment