Jump to content

menu option


soumen

Recommended Posts

{**
 * 2007-2017 PrestaShop
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to [email protected] so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade PrestaShop to newer
 * versions in the future. If you wish to customize PrestaShop for your
 * needs please refer to http://www.prestashop.com for more information.
 *
 * @author    PrestaShop SA <[email protected]>
 * @copyright 2007-2017 PrestaShop SA
 * @license   http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
 * International Registered Trademark & Property of PrestaShop SA
 *}
{block name='header_nav'}
  <nav class="header-nav">
    <div class="container">

          <div class="hidden-lg-up text-xs-center mobile"> 
            <button class="btn canvas-menu float-xs-left" data-toggle="offcanvas" type="button"><span class="material-icons">dehaze</span>
            </button> 
          </div>
          <div class="float-xs-left">
            {hook h='displayNav1'}
          </div>
          {if class_exists('PtsthemePanel')}
            <div class="float-xs-right">
              {plugin module='ps_searchbar' hook='displayTop'}
            </div>    
          {/if}
          <div class="float-xs-right right-nav">
              {hook h='displayNav2'}
          </div>
    </div>
  </nav>
{/block}
{block name='header_top'}
  <div class="header-top">
    <div class="container">
      <div class="float-xs-left">
        <div class="{if Configuration::get('PTS_CP_LOGOTYPE') == 'logo-theme'}logo-theme{else}logo-store{/if}">
          <a href="{$urls.base_url}" title="{$shop.name}">
            <img class="logo img-responsive" src="{$shop.logo}" {if Configuration::get('PTS_CP_LOGOTYPE') == 'logo-theme'}hidden{/if} alt="{$shop.name}">
          </a>
        </div>
      </div>
      <div class="position-static float-xs-right">
          {hook h='displayTop'}
          <div class="clearfix"></div>
      </div>
        <div id="_desktop_menu" class="ps-desktop-megamenu">
            {hook h="displayMainmenu"}
        </div> 
    </div>
  </div> 
  {hook h='displayNavFullWidth'}
{/block}
 

 

 

what change i have to do for change thee menu option?

i attach the photo please suggest and help to solve me out.

 

pres.JPG

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...