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.
Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024