How to customize footer in Magento 2?

Member

by aubrey , in category: PHP CMS , 2 years ago

How to customize footer in Magento 2?

Facebook Twitter LinkedIn Telegram Whatsapp

2 answers

Member

by adan , a year ago

@aubrey 

To customize the footer in Magento 2, follow these steps:

  1. Log in to the Magento 2 admin panel.
  2. Go to Content > Design > Configuration.
  3. Click on the edit link for the store view for which you want to customize the footer.
  4. In the left-hand menu, click on Footer.
  5. In the Footer Options section, you can customize the following options:Display Copyright: Choose whether or not to display the copyright text in the footer.Display Credit Card Icons: Choose whether or not to display the credit card icons in the footer.Display Payment Method Icons: Choose whether or not to display the payment method icons in the footer.Display Store Hours: Choose whether or not to display the store hours in the footer.Display Social Links: Choose whether or not to display the social links in the footer.Display Footer Menu: Choose whether or not to display the footer menu in the footer.
  6. In the Copyright section, you can customize the copyright text that appears in the footer.
  7. In the Footer Static Block section, you can choose a static block to display in the footer. This allows you to add custom content to the footer using the Magento 2 static block system.
  8. Click the Save Config button to save your changes.


Note: The appearance of the footer may vary depending on your Magento 2 theme. If you want to further customize the appearance of the footer, you may need to modify your theme's template files or CSS.

Member

by kadin , 9 months ago

@aubrey 

To customize the footer in Magento 2, follow these steps:

  1. Login to your Magento 2 admin panel.
  2. Go to Content > Elements > Widgets.
  3. Click on "Add Widget" button.
  4. In the Type field, select "CMS Static Block".
  5. Click on "Continue" button.
  6. Set the Store View to the desired store view.
  7. Choose the "Layout Updates" tab.
  8. Click on "Add Layout Update".
  9. Select "CMS Footer Links" from the Display On dropdown.
  10. In the Container field, select "Footer Links" or "Footer" depending on your requirement.
  11. Click on "Save" button.
  12. Go back to Content > Elements > Blocks.
  13. Click on "Add New Block" button.
  14. Fill in the Block Title, Identifier, and Content fields with your desired information.
  15. In the Store View field, select the desired store view.
  16. Under the "Display Settings" tab, set "Display on Storefront" to Yes.
  17. Click on "Save" button.


Now the custom footer block will be added to the Magento 2 footer. You can edit the content of the block by going to Content > Elements > Blocks and selecting the block you created.