News:

AbanteCart v1.4.2 is released.

Main Menu

Do you like AbanteCart? Please rate AbanteCart or share your experience with other eCommerce entrepreneurs. Go to Softaculous rating page to add your rating or write a review

Remove dropdown links from Home button

Started by mike3314, October 05, 2017, 10:17:52 AM

Previous topic - Next topic

mike3314

Hi,
I realise that this has been covered before but I can't get rid of the dropdown from the home button, I've removed the following code from the;
/public_html/storefront/view/default/template/blocks/ category_top.tpl
<ul id="main_menu" class="nav">
                   <?php
                   $storefront_menu = (array)$this->session->data['storefront_menu'];
                   foreach ($storefront_menu as $i => $menu_item) {
                      if ($menu_item['id'] == 'home') {
                         unset($storefront_menu[$i]);
                         break;
                      }
                   }?>
                   <!-- Top Nav Start -->
                   <?php echo  buildStoreFrontMenuTree($storefront_menu); ?>
                </ul>

but I'm still getting the drop down but with no text inside it - please see attached screenshot.

Forum Rules Code of conduct
AbanteCart.com 2010 -