%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /var/www/html/qendrasteps/wp-content/themes/tm-heli/inc/customizer/navigation/
Upload File :
Create Path :
Current File : /var/www/html/qendrasteps/wp-content/themes/tm-heli/inc/customizer/navigation/mobile-menu.php

<?php
$section  = 'navigation_mobile_menu';
$priority = 1;

Kirki::add_field( 'thememove', array(
	'type'        => 'color',
	'settings'    => 'mobile_menu_icon_color',
	'label'       => __( 'Color', 'tm-heli' ),
	'description' => __( 'Choose color for mobile menu icon', 'tm-heli' ),
	'section'     => $section,
	'priority'    => $priority ++,
	'default'     => '#222',
	'transport'   => 'auto',
	'output'      => array(
		array(
			'element'     => '#open-left.menu_button:after, #open-left.menu_button:before, #open-left.menu_button span',
			'property'    => 'background-color',
			'media_query' => '@media ( max-width: 480px )',
		),
	),
) );

Kirki::add_field( 'thememove', array(
	'type'        => 'color',
	'settings'    => 'mobile_menu_bg_color',
	'label'       => __( 'Background', 'tm-heli' ),
	'description' => __( 'Choose background color for mobile menu', 'tm-heli' ),
	'section'     => $section,
	'priority'    => $priority ++,
	'default'     => '#fff',
	'transport'   => 'auto',
	'output'      => array(
		array(
			'element'     => '.site-header',
			'property'    => 'background-color',
			'media_query' => '@media ( max-width: 480px )',
		),
	),
) );

Zerion Mini Shell 1.0