How to Remove Setting menu?

How do i remove/hide the "Settings" menu at the top?

1 answer

Profile photo of chavan 100.00 $tone March 8, 2014
Public

go to this file : app/design/frontend/default/jm_sportsgear/template/page/html/header.phtml

remove this or comment out this code

PHP Code:

<div id="jm-setting" class="quick-setting has-toggle">
            <div class="btn-toggle setting-toggle">
                <i class="icon-globe">&nbsp;</i><strong><?php echo $this->__('Setting'?></strong>
            </div>
            <div class="inner-toggle">
                <?php echo $this->getChildHtml('store_language'?>
                <?php echo $this->getChildHtml('custom_currency_selector'?>
                <?php echo $this->getLayout()->createBlock('cms/block')->setBlockId('colors')->toHtml() ?>
            </div>
        </div>

#1

Please login or Register to Submit Answer

Written By

Comments