Shopify themes, liquid, logos, and UX
Hi everyone,
I've seen many solutions for hiding the entire footer, but I can't find any that explain how to hide just the Navigation Menu section in the footer on Dawn 2.0.
Any help would be greatly appreciated!
Thanks!
Solved! Go to the solution
This is an accepted solution.
Hi @randomstoreowne in custom-liquid sections use this logic and styles to hide all footer menu blocks
{% if request.page_type == "product" or request.page_type == "collection" %}
<style>
footer .footer-block--menu {
display: none !important;
}
</style>
{% endif %}
Contact paull.newton+shopifyforum@gmail.com for the solutions you need
Save time & money ,Ask Questions The Smart Way
Problem Solved? ✔Accept and Like solutions to help future merchants
Answers powered by coffee Thank Paul with a ☕ Coffee for more answers or donate to eff.org
Hey @randomstoreowne
Share your Store URL and Password if enabled.
Best Regards,
Moeed
Hey @randomstoreowne
Follow these Steps:
1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code in the bottom of the file above </body> tag
<style>
.footer__content-top .grid {
display: none !important;
}
</style>
RESULT:
If I managed to help you then, don't forget to Like it and Mark it as Solution!
Best Regards,
Moeed
This is an accepted solution.
Hi @randomstoreowne in custom-liquid sections use this logic and styles to hide all footer menu blocks
{% if request.page_type == "product" or request.page_type == "collection" %}
<style>
footer .footer-block--menu {
display: none !important;
}
</style>
{% endif %}
Contact paull.newton+shopifyforum@gmail.com for the solutions you need
Save time & money ,Ask Questions The Smart Way
Problem Solved? ✔Accept and Like solutions to help future merchants
Answers powered by coffee Thank Paul with a ☕ Coffee for more answers or donate to eff.org
You can do that by adding this code to theme.liquid file, after <head> in Online Store > Themes > Edit code
{%- if template.name contains 'collection' or template.name == 'cart' }
<style>
.footer__content-top .footer-block--menu { display: none !important; }
</style>
{%- endif -%}
- Helpful? Like & Accept solution! - Support me? Buy me a coffee
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn 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, 2025