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.
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025