Hey there,
I want to add my FAQ page as well as the contact page to my footer menu. Please see the pic and the yellow marks on it. This is where I want to add it.
Can someone assist with that?
Thanks so much!
Hey, thanks for your quick reply. I already tried this. The pages do not show up in the footer even though I did add them in the navigation menu ![]()
Please send website URl
Hi @BBajmel
What’s menu did you select for your footer? Make sure you add those page link to correct menu to make theme appear.
I use the default menu. This is how it looks:
I also tried to add the FAQ and Contact underneath the terms and policies. With both options it does not appear.
Go to your Online store > Themes > Edit code > open footer.liquid file, find this line of code
{%- if section.settings.show_policy -%}
{%- for policy in shop.policies -%}
{%- if policy != blank -%}
- <small>{{ policy.title }}</small>
{%- endif -%}
{%- endfor -%}
{%- endif -%}
Then add those code before in the code above
- <small>[Contact us](https://www.bajberlin.com/pages/contact)</small>
- <small>[FAQ](https://www.bajberlin.com/pages/faq)</small>
@Dan-From-Ryviu thank you so much! That worked perfectly!
@BBajmel You are very welcome.