I’m trying to display pages in the footer, such as “About Us,” “Terms & Conditions,” and “Shipping Information.” However, they are not showing up in the footer. How can I fix this?
HI @Amerari
If your “About Us,” “Terms & Conditions,” and “Shipping Information” pages are not appearing in the footer, the issue might be related to the footer menu settings in your Shopify admin. Here’s how you can fix it:
Steps to Add Pages to the Footer Menu1. Log in to Your Shopify Admin:
Go to your Shopify admin panel.
-
Navigate to Navigation Settings:
- Click on Online Store > Navigation in the left-hand menu.
-
Edit the Footer Menu:
- Locate the Footer menu from the list and click on it.
-
Add the Pages:
- Click Add menu item.
- In the “Name” field, type the name of the page (e.g., “About Us”).
- In the “Link” field, select Pages and then choose the page you want to add from the list.
- Repeat this process for “Terms & Conditions” and “Shipping Information.”
-
Save the Menu:
- Once all the pages are added, click Save Menu at the top.
-
Check Your Store:
- Visit your store’s footer section to ensure the pages are now visible.
- If the pages still don’t show up, ensure the theme settings are configured to display the footer menu. You can check this by going to Online Store > Themes > Customize, selecting the Footer section, and ensuring the correct menu is assigned.
- If you’ve recently created these pages, make sure they are published and not in draft mode.
Thank you so much for your help! I have already followed all these steps, but they still don’t show up. I’m not sure what the issue could be.
Hi @Amerari ! ![]()
No worries—adding pages to your footer is a common task, and I’ll walk you through it. Here’s how to fix this in most Shopify themes (including Envy):
1. Link Your Pages to a Footer Menu
Shopify footers typically display pages through a menu. To make them appear:
-
Go to Shopify Admin → Online Store → Navigation.
-
Create a new menu (e.g., “Footer Menu”) and add your desired pages (About Us, Terms, etc.) to it.
-
Go to Theme Editor → Footer Section and assign your new “Footer Menu” to the footer.
(If you’re using the Envy theme, look for a dropdown in the footer settings to select your menu.)
2. Check Theme Customizer Settings
Some themes hide footer links by default. In your Shopify Admin:
- Go to Online Store → Themes → Customize.
- Navigate to the Footer section.
- Ensure the menu is selected, and toggle settings like “Show pages” or “Show menu” to enable visibility.
3. Edit Code (If Needed)
If the above doesn’t work, you may need to edit the theme’s Liquid code:
-
In Theme Editor, go to Edit Code → Sections → footer.liquid.
-
Look for code referencing linklists or menus. For example:
{% for link in linklists.footer.links %} <a href="{{ link.url }}">{{ link.title }}</a> {% endfor %} -
Replace footer with the handle of your menu (e.g., footer-menu).
4. Still Stuck? Try This:- Clear Cache: Sometimes old settings linger. Refresh your browser or clear its cache.
- Theme Updates: Ensure your Envy theme is up-to-date (bugs might cause issues).
Let me know if you need more help! Most themes make this straightforward once you know where to look. ![]()
P.S. If you’re new to Shopify, their Footer Setup Guide is a great resource!
If it’s still a no, then please share your collaborator code with us and we’ll make the changes for you ![]()
Cheers!
Shubham | hello@untechnickle.com