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