array( 'fields' => array( 'menu-link-color' => array( 'callback' => function(){ return !tempo_has_header(); }, 'input' => array( 'default' => '#8a95a6' ) ), 'menu-link-transp' => array( 'callback' => function(){ return !tempo_has_header(); }, 'input' => array( 'default' => 100 ) ), 'menu-link-h-color' => array( 'callback' => function(){ return !tempo_has_header(); }, 'input' => array( 'default' => '#1c2633' ) ), 'menu-link-h-transp' => array( 'callback' => function(){ return !tempo_has_header(); } ), 'header-image-menu-link-color' => array( 'title' => __( 'Link Color', 'beauty-land' ), 'priority' => 10, 'callback' => function(){ return tempo_has_header(); }, 'input' => array( 'type' => 'color', 'default' => '#ffffff' ) ), 'header-image-menu-link-transp' => array( 'title' => __( 'Link Transparency', 'beauty-land' ), 'priority' => 15, 'callback' => function(){ return tempo_has_header(); }, 'input' => array( 'type' => 'percent', 'default' => 60 ) ), 'header-image-menu-link-h-color' => array( 'title' => __( 'Link Color (over)', 'beauty-land' ), 'description' => __( 'When the mouse is over the Menu Link.', 'beauty-land' ), 'priority' => 20, 'callback' => function(){ return tempo_has_header(); }, 'input' => array( 'type' => 'color', 'default' => '#36d678' ) ), 'header-image-menu-link-h-transp' => array( 'title' => __( 'Link Transparency (over)', 'beauty-land' ), 'description' => __( 'When the mouse is over the Menu Link.', 'beauty-land' ), 'priority' => 25, 'callback' => function(){ return tempo_has_header(); }, 'input' => array( 'type' => 'percent', 'default' => 100 ) ) ) ) )); tempo_cfgs::set( 'customize', $cfgs ); ?>