All things Shopify and commerce
Hello, I am using Ella Theme.
I want to know how I can hide a menu in the 'Mobile Menu' burger menu (mobile menu tab 2 - Wholesale Trade) when customers aren't tagged with 'b2b'.
The menus handle is 'wholesale-menu'.
Please see below.
Thanks
Hi,
Hope this will help
At Edit Code > Locate Mobile Menu Code > Find Wholesale Menu Code and Add Condition to Hide the Menu
Code example
{% if customer and customer.tags contains 'b2b' %}
<li>
<a href="{{ link.url }}">{{ link.title }}</a>
</li>
{% endif %}
Save
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025