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 and Accept solution!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.
By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024