Customize Breadcrumb output

Hi @SandyG1

Thank you for the quick reply. So basically i changed the code for level 2 and was hoping it will show the third level. Here is what i just added into your code. But it just shows the ParentNode twice. I didnt find another variable that i could add.

{% if node.level > '2' %}
 <li class="hs-breadcrumb-menu-item second-crumb">
 <a href="{{node.parentNode.url}}" class="hs-breadcrumb-label">{{node.parentNode.label}}</a>
 <span class="hs-breadcrumb-menu-divider"></span>
 </li>
{% endif %}

I would really appreciate if you could help.

Fawad