Fabric Color Selections

Community Forums Forums Design Tips and Tricks Fabric Color Selections

This topic is: not resolved

Tagged: 

This topic contains 1 reply, has 2 voices, and was last updated by  Jen Baumann 4 months, 3 weeks ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #2945

    thehorsegal
    Participant
    Post count: 2

    I have used the Fabric Theme but I no longer see where you can select the colors?

    #8619

    Jen Baumann
    Keymaster
    Post count: 269

    Some changes to the Admin system in Genesis 1.8 made the old method of adding the color options no longer work. Fortunately, this is a simple fix and the new system is very easy to work with.

    First, edit your functions.php file. Find this line near the top of the file

    require_once( CHILD_DIR . '/lib/style.php' );  

    Replace that line with this

    /** Create additional color style options */
    add_theme_support( 'genesis-style-selector', array( 'fabric-blue' => 'Blue', 'fabric-pink' => 'Pink' ) );  

    Jennifer “Hermione” Baumann | Recommended StudioPress Developer
    Dream Whisper Designs | Themessence | @dreamwhisper | If I’ve helped, like me on Facebook

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.