PATH:
home
/
niazsaze
/
public_html
/
wp-content
/
themes
/
flatsome
/
template-parts
/
header
/
partials
<?php /** * Menu icon element. * * @package Flatsome\Templates * @flatsome-version 3.16.0 */ $icon_style = flatsome_option('menu_icon_style'); ?> <li class="nav-icon has-icon"> <?php if($icon_style) { ?><div class="header-button"><?php } ?> <a href="#" data-open="#main-menu" data-pos="<?php echo flatsome_option('mobile_overlay');?>" data-bg="main-menu-overlay" data-color="<?php echo flatsome_option('mobile_overlay_color');?>" class="<?php echo get_flatsome_icon_class($icon_style, 'small'); ?>" aria-label="<?php echo __('Menu','flatsome'); ?>" aria-controls="main-menu" aria-expanded="false"> <?php echo get_flatsome_icon('icon-menu'); ?> <?php if(flatsome_option('menu_icon_title')) echo '<span class="menu-title uppercase hide-for-small">'.__('Menu','flatsome').'</span>'; ?> </a> <?php if($icon_style) { ?> </div> <?php } ?> </li>
[-] element-contact-mobile.php
[edit]
[-] element-wishlist.php
[edit]
[-] element-logo.php
[edit]
[-] element-newsletter.php
[edit]
[-] element-newsletter-sidebar.php
[edit]
[-] element-search.php
[edit]
[-] element-account-sidebar.php
[edit]
[-] element-search-form.php
[edit]
[-] element-languages.php
[edit]
[-] element-cart-mobile.php
[edit]
[-] element-languages-sidebar.php
[edit]
[-] element-button-2.php
[edit]
[-] element-account-mobile.php
[edit]
[-] element-checkout.php
[edit]
[-] element-departments.php
[edit]
[-] element-wishlist-mobile.php
[edit]
[-] element-account.php
[edit]
[-] element-social.php
[edit]
[-] element-contact.php
[edit]
[-] element-button-1.php
[edit]
[-] element-menu-icon.php
[edit]
[-] element-cart-sidebar.php
[edit]
[+]
..
[-] element-nav-vertical.php
[edit]
[-] element-cart.php
[edit]
[-] element-cart-replace.php
[edit]