Skip to content

Instantly share code, notes, and snippets.

@GaryJones
Last active April 16, 2019 14:56
Show Gist options
  • Save GaryJones/4381261 to your computer and use it in GitHub Desktop.
Save GaryJones/4381261 to your computer and use it in GitHub Desktop.
<?php
// Create color style options
add_theme_support( 'genesis-style-selector', array(
'theme-blue' => __( 'Blue', 'your-child-theme-text-domain' ),
'theme-green' => __( 'Green', 'your-child-theme-text-domain' ),
'theme-orange' => __( 'Orange', 'your-child-theme-text-domain' ),
'theme-red' => __( 'Red', 'your-child-theme-text-domain' ),
) );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment