Tue. Jul 2nd, 2024

14. Magento. How to remove “Information” block in footer

1 min read

In this tutorial you will learn how to remove Information block in Magento template(s):
magento_remove_info_block_1

  1. Open footer.phtml file located in app/design/frontend/default/themeXXX/template/page/html directory using your FTP client or FileManager in your Hosting Control panel:
    magento_remove_info_block_2
  2. You will need to remove the following code:
    1
    2
    3
    4
    5
    6
    7
    <div class=”footer-col”>
        <h4><?php echo $this->__(‘Information’) ?></h4>
        <div class=”footer-col-content”>
            <?php echo $this->getChildHtml(‘cms_footer_links’) ?>
            <?php echo $this->getChildHtml(‘footer_links’) ?>
        </div>
    </div>

    magento_remove_info_block_3

  3. Save this file and upload it to the server replacing the original one.
  4. Note that sometimes it’s required to clean the Magento cache:
    1. Log into your admin panel.
    2. Select System -> Cache Management.
    3. In Cache Control box check all options and in All Cache dropdown select Refresh.
  5. Reload your site to see the changes.

Thank you for reading this tutorial. Now you know how to remove Information block in Magento template(s).

July 2024
M T W T F S S
« Jun    
1234567
891011121314
15161718192021
22232425262728
293031