All things Shopify and commerce
What is the best practice for hiding the cart icon for hompages, news and blog pages and only show it on product and shopping pages? I'm using the following to hide from my homepage but how do I select all non-product and shop pages, is there a not function?
{% if template.name == 'index' %}
<style>
li.menu-cart {
display: none;
}
li.search-icon {
border-right: 0px!important;
}
</style>
{% endif %}
Solved! Go to the solution
This is an accepted solution.
Hi @maslerdanch
Please add this code to theme.liquid file
{% if template == 'index' or template.name == 'blog' or template.name == 'article' %}
<style>
li.menu-cart {
display: none !important;
}
</style>
{%- endif -%}
- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Amazon Products Importer - Import Amazon Products to Dropship in Your Store!
- 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.
- En...Sign up now.
@maslerdanch hey, thanks for posting here.
can you please share the link to inspect it, thanks.
This is an accepted solution.
Hi @maslerdanch
Please add this code to theme.liquid file
{% if template == 'index' or template.name == 'blog' or template.name == 'article' %}
<style>
li.menu-cart {
display: none !important;
}
</style>
{%- endif -%}
- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Amazon Products Importer - Import Amazon Products to Dropship in Your Store!
- 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.
- En...Sign up now.
Thanks Dan - that's great!
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