the set button on the toolbar is not needed in my design, how can I hide it?
thanks.

1 answer

Profile photo of chavan 100.00 $tone June 16, 2014
Public

Go to this File: app\design\frontend\default\jm_megamalltemplate\p age\html\jmtoolbar.phtml

Remove this code

Code:

<!-- BEGIN: QUICK ACCESS -->
        <div id="jm-setting" class="quick-setting has-toggle">
            <div class="btn-toggle setting-toggle">
                <i class="fa fa-globe"></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>
        <!-- END: QUICK ACCESS -->
#1

Please login or Register to Submit Answer

Written By

Comments