Sindbad~EG File Manager

Current Path : /home/frekansk/www/wp-content/themes/turitor/components/theme/options/customizer/
Upload File :
Current File : /home/frekansk/www/wp-content/themes/turitor/components/theme/options/customizer/options-menus.php

<?php if (!defined('ABSPATH')) die('Direct access forbidden.');
/**
 * customizer option: menus
 */

$options =[
   'menu_settings' => [
       'title'		 => esc_html__( 'Menu settings', 'turitor' ),

       'options'	 => [

           'menu_color' => [
               'label'	        => esc_html__( 'Menu Color', 'turitor' ),
               'desc'	        => esc_html__( 'This is the site\'s main menu  color.', 'turitor' ),
               'type'	        => 'color-picker',

            ], //menu style
           'menu_hover_color' => [
               'label'	        => esc_html__( 'Menu Hover Color', 'turitor' ),
               'desc'	        => esc_html__( 'This is the site\'s main menu hover color.', 'turitor' ),
               'type'	        => 'color-picker',

            ], //menu style

           'dropdown_menu_color' => [
               'label'	        => esc_html__( 'Dropdown Menu Color', 'turitor' ),
               'desc'	        => esc_html__( 'This is the site\'s main dropdown menu color.', 'turitor' ),
               'type'	        => 'color-picker',

            ], //menu style
           'dropdown_menu_hover_color' => [
               'label'	        => esc_html__( 'Dropdown Menu Hover Color', 'turitor' ),
               'desc'	        => esc_html__( 'This is the site\'s main dropdown menu Hover color.', 'turitor' ),
               'type'	        => 'color-picker',

            ], //menu style

            'menu_font'    => array(
               'type' => 'typography-v2',
               'label' => esc_html__('Menu Font', 'turitor'),
               'desc'  => esc_html__('Choose the typography for the menu', 'turitor'),
               'value' => array(
                   'family' => 'roboto',
                   'size'  => '14',
                   'weight' => 700,
                ),
               'components' => array(
                   'family'         => true,
                   'size'           => true,
                   'line-height'    => false,
                   'letter-spacing' => false,
                   'color'          => false,
                   'weight'    => true,
               ),
           ),
   
       ], //Options end
   ]
];

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists