Categories

Featured templates

Magento. How to remove “Information” block in footer

Ray Taylor March 31, 2015
Rating: 5.0/5. From 1 vote.
Please wait...

Magento. How to remove “Information” block in footer

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:

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

Feel free to check the detailed video tutorial below:

Magento. How to remove “Information” block in footer

Magento Web Templates
This entry was posted in Magento Tutorials and tagged block, footer, information, Magento. Bookmark the permalink.

Submit a ticket

If you are still unable to find a sufficient tutorial regarding your issue please use the following link to submit a request to our technical support team. We'll provide you with our help and assistance within next 24 hours: Submit a ticket