How can I display an element when a certain navigation menu is shown?

I’ve tried variations of this liquid code with no success, any ideas?

{% if linklist.handle == 'main-menu' %} <p>test</p> {% endif %}

Hi @brandography ,

You can use handle for it, refer https://shopify.dev/api/liquid/objects#linklist

If it is a link in linklists, you need to use a title for it.

Hope it helps!