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' %}
- {{ link.title }}
{% endif %}
Save