Fri. Jun 27th, 2025

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).

June 2025
M T W T F S S
« Jun    
 1
2345678
9101112131415
16171819202122
23242526272829
30