esc_html__( 'Color Attribute','babyme' ), 'id' => 'color-section', 'icon' => 'el el-brush', 'desc' => esc_html__('Change the default colors of your site.','babyme'), 'fields'=> array( array( 'id' => 'custom_color_switch', 'type' => 'button_set', 'title' => __('Set Custom Color', 'babyme'), 'options' => array( 'yes' => 'Yes', 'no' => 'No', ), 'default' => 'no' ), array( 'id' => 'primary_color', 'type' => 'color', 'title' => esc_html__( 'Set Primary Color', 'babyme' ), 'subtitle' => esc_html__( 'Select primary accent color.', 'babyme' ), 'mode' => 'background', 'transparent' => false, 'required' => array('custom_color_switch' ,'=' , 'yes') ), array( 'id' => 'secondary_color', 'type' => 'color', 'title' => esc_html__( 'Set Secondary Color', 'babyme' ), 'subtitle' => esc_html__( 'Select secondary complementing color.', 'babyme' ), 'mode' => 'background', 'transparent' => false, 'required' => array('custom_color_switch' ,'=' , 'yes') ), array( 'id' => 'title_color', 'type' => 'color', 'title' => esc_html__( 'Title Color', 'babyme' ), 'subtitle' => esc_html__( 'Select default Title(Headings) color', 'babyme' ), 'mode' => 'background', 'transparent' => false, 'required' => array('custom_color_switch' ,'=' , 'yes') ), array( 'id' => 'sub_title_color', 'type' => 'color', 'title' => esc_html__( 'Sub Title Color', 'babyme' ), 'subtitle' => esc_html__( 'Select default Sub Title color', 'babyme' ), 'mode' => 'background', 'transparent' => false, 'required' => array('custom_color_switch' ,'=' , 'yes') ), array( 'id' => 'text_color', 'type' => 'color', 'title' => esc_html__( 'Body Text Color', 'babyme' ), 'subtitle' => esc_html__( 'Select default body text color', 'babyme' ), 'mode' => 'background', 'transparent' => false, 'required' => array('custom_color_switch' ,'=' , 'yes') ), array( 'id' => 'white_color', 'type' => 'color', 'title' => esc_html__( 'Replace White Color', 'babyme' ), 'subtitle' => esc_html__( 'Select default body text color', 'babyme' ), 'mode' => 'background', 'transparent' => false, 'required' => array('custom_color_switch' ,'=' , 'yes') ), ) ));