'aartus_theme_related_tab', 'title' => 'Theme Settings', 'icon' => 'fa fa-heart-o', 'fields' => array( // begin: a field array( 'id' => 'theme_type', 'type' => 'select', 'title' => 'Choose Theme Style', 'options' => array( 'blkwhite' => 'Black & White', 'os' => 'OS', 'gradient' => 'Gradient' ), ), array( 'id' => 'loader_style', 'type' => 'select', 'title' => 'Choose Loader Style', 'options' => array( '' => 'None', 'loader1' => 'Dark Ass Loader', 'loader2' => 'Triangle Loader', 'loader3' => 'Box Loader', 'loader4' => 'Magic Box Loader', ), ), // end: a field ) )); // (Common Slider Settings) sub-tab CSF::createSection( $prefix, array( 'parent' => 'aartus_theme_related_tab', 'title' => 'Common Slider Settings', 'icon' => 'fa fa-angle-double-right', 'fields' => array( // begin: a field array( 'id' => 'commn_slide_left_arrow', 'type' => 'media', 'title' => 'Common Slider Left Arrow', 'desc' => 'See bellow image to understand', ), array( 'type' => 'notice', 'class' => 'info', 'content' => '', ), array( 'id' => 'commn_slide_right_arrow', 'type' => 'media', 'title' => 'Common Slider Right Arrow', 'desc' => 'See bellow image to understand', ), array( 'type' => 'notice', 'class' => 'info', 'content' => '', ), // end: a field ) )); // (Color Settings) sub-tab CSF::createSection( $prefix, array( 'parent' => 'aartus_theme_related_tab', 'title' => 'Color Settings', 'icon' => 'fa fa-fill', 'fields' => array( // begin: a field array( 'type' => 'notice', 'class' => 'info', 'content' => '

Element Color Settings

', ), array( 'id' => 'body_text_color', 'type' => 'color', 'title' => 'Choose Body Text Color', ), array( 'id' => 'header_bg_color', 'type' => 'color', 'title' => 'Choose Header Background Color', 'default' => '#fff', ), array( 'id' => 'footer_bg_color', 'type' => 'color', 'title' => 'Choose Footer Background Color', 'default' => '#fff', ), array( 'type' => 'notice', 'class' => 'info', 'content' => '

Box Shadow Settings

', ), array( 'id' => 'arts_shdow_clr', 'type' => 'color', 'title' => 'Choose Shadow Color', 'default' => 'rgba(40, 113, 250, 0.12)', ), array( 'id' => 'arts_shdow_type', 'type' => 'select', 'title' => 'Choose Shadow Type', 'options' => array( 'inset' => 'Inset', 'outline' => 'Outline' ), ), array( 'id' => 'arts_shdow_hl', 'type' => 'text', 'title' => 'Horizontal Length in px', 'default' => '1', ), array( 'id' => 'arts_shdow_vl', 'type' => 'text', 'title' => 'Vertical Length in px', 'default' => '1', ), array( 'id' => 'arts_shdow_br', 'type' => 'text', 'title' => 'Blur Radius in px', 'default' => '14', ), array( 'id' => 'arts_shdow_sr', 'type' => 'text', 'title' => 'Spread Radius in px', 'default' => '1', ), array( 'type' => 'notice', 'class' => 'info', 'content' => '

Gradient Settings

', ), array( 'id' => 'arts_gra_clr', 'type' => 'color', 'title' => 'Choose Text Color in Gradient', 'default' => '#fff', ), array( 'id' => 'arts_gra_degree', 'type' => 'text', 'title' => 'Gradient Degree in px', 'desc' => 'Write of course 0 to 360 in number.', 'default' => '90', ), array( 'id' => 'arts_gra_strt_clr', 'type' => 'color', 'title' => 'Choose Gradient Starting Color', 'default' => '#e8e8e8', ), array( 'id' => 'arts_gra_strt_clr_opa', 'type' => 'text', 'title' => 'Choose Gradient Starting Color Percentage', 'desc' => 'Write of course 0 to 100 in number.', 'default' => '2', ), array( 'id' => 'arts_gra_end_clr', 'type' => 'color', 'title' => 'Choose Gradient Starting Color', 'default' => '#999999', ), array( 'id' => 'arts_gra_end_clr_opa', 'type' => 'text', 'title' => 'Choose Gradient Starting Color Percentage', 'desc' => 'Write of course 0 to 100 in number.', 'default' => '100', ), // end: a field ) )); // (Typography Settings) sub-tab CSF::createSection( $prefix, array( 'parent' => 'aartus_theme_related_tab', 'title' => 'Typography Settings', 'icon' => 'fa fa-font', 'fields' => array( // body array( 'type' => 'notice', 'class' => 'info', 'content' => '

Body Font Settings

', ), array( 'id' => 'aartus_body_font_family', 'type' => 'typography', 'title' => 'Body Font', 'default' => array( 'font-family' => 'Barlow', 'type' => 'google', 'font_weight' => '400', ), ), array( 'id' => 'aartus_body_font_size', 'type' => 'text', 'title' => 'Body Font Size in px', 'default' => '16', ), //Gradinet Button array( 'type' => 'notice', 'class' => 'info', 'content' => '

Gradient Button Font Settings

', ), array( 'id' => 'aartus_grd_font_family', 'type' => 'typography', 'title' => 'Gradient Button Font', 'default' => array( 'font-family' => 'Barlow', 'type' => 'google', 'font_weight' => '900', ), ), //heading---- h1 array( 'type' => 'notice', 'class' => 'info', 'content' => '

Heading h1 Font Settings

', ), array( 'id' => 'aartus_h1_font_family', 'type' => 'typography', 'title' => 'Heading h1 Font', 'default' => array( 'font-family' => 'Barlow', 'type' => 'google', 'font_weight' => '900', ), ), array( 'id' => 'aartus_h1_font_size', 'type' => 'text', 'title' => 'h1 Font Size in px', 'default' => '32', ), //heading---- h2 array( 'type' => 'notice', 'class' => 'info', 'content' => '

Heading h2 Font Settings

', ), array( 'id' => 'aartus_h2_font_family', 'type' => 'typography', 'title' => 'Heading h2 Font', 'default' => array( 'font-family' => 'Barlow', 'type' => 'google', 'font_weight' => '800', ), ), array( 'id' => 'aartus_h2_font_size', 'type' => 'text', 'title' => 'h2 Font Size in px', 'default' => '24', ), //heading---- h3 array( 'type' => 'notice', 'class' => 'info', 'content' => '

Heading h3 Font Settings

', ), array( 'id' => 'aartus_h3_font_family', 'type' => 'typography', 'title' => 'Heading h3 Font', 'default' => array( 'font-family' => 'Barlow', 'type' => 'google', 'font_weight' => '700', ), ), array( 'id' => 'aartus_h3_font_size', 'type' => 'text', 'title' => 'h3 Font Size in px', 'default' => '18', ), //heading---- h4 array( 'type' => 'notice', 'class' => 'info', 'content' => '

Heading h4 Font Settings

', ), array( 'id' => 'aartus_h4_font_family', 'type' => 'typography', 'title' => 'Heading h4 Font', 'default' => array( 'font-family' => 'Barlow', 'type' => 'google', 'font_weight' => '700', ), ), array( 'id' => 'aartus_h4_font_size', 'type' => 'text', 'title' => 'h4 Font Size in px', 'default' => '16', ), //heading---- h5 array( 'type' => 'notice', 'class' => 'info', 'content' => '

Heading h5 Font Settings

', ), array( 'id' => 'aartus_h5_font_family', 'type' => 'typography', 'title' => 'Heading h5 Font', 'default' => array( 'font-family' => 'Barlow', 'type' => 'google', 'font_weight' => '700', ), ), array( 'id' => 'aartus_h5_font_size', 'type' => 'text', 'title' => 'h5 Font Size in px', 'default' => '14', ), //heading---- h6 array( 'type' => 'notice', 'class' => 'info', 'content' => '

Heading h6 Font Settings

', ), array( 'id' => 'aartus_h6_font_family', 'type' => 'typography', 'title' => 'Heading h6 Font', 'default' => array( 'font-family' => 'Barlow', 'type' => 'google', 'font_weight' => '700', ), ), array( 'id' => 'aartus_h6_font_size', 'type' => 'text', 'title' => 'h6 Font Size in px', 'default' => '12', ), // end: a field ) ));