Shopify themes, liquid, logos, and UX
What I am trying to do is hide all policy links from all pages aside from the store/product pages. I successfully hide the footer on all pages except the landing page.
my website: ardor*
Solved! Go to the solution
This is an accepted solution.
Try this
{% if template.name != "index" %} do something {% endif %}
This is an accepted solution.
Hello @luhlex
You can try this code
{% if template.name == "index" %}
<style>
.shopify-section-group-footer-group {
display: none;
}
</style>
{% endif %}
This is an accepted solution.
Try this
{% if template.name != "index" %} do something {% endif %}
This is an accepted solution.
Hello @luhlex
You can try this code
{% if template.name == "index" %}
<style>
.shopify-section-group-footer-group {
display: none;
}
</style>
{% endif %}
Hello @luhlex
You're very welcome! I'm thrilled to hear that you're pleased with the outcome. Don't hesitate to reach out if you need further assistance.
like and accepting the All solution. Thank you!
Hi thanks for your support! I do have another question posted here: Mobile Menu broke, glitching can't seem to figure it out. - Shopify Community
@luhlex ok sure I will check and update you.
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025