How do I customize breadcrumb trail since I used a mega menu in a lightbox

Question:
How can I customize my breadcrumb trail? I used a mega menu for Parts which is in the main menu.

For example: I made a light box for Parts to have sub menu and sub sub menu. So the hierarchy would be Home / Parts / Nozzles / TeeJet Nozzles

However, my breadcrumbs simply say:
Home / TeeJet Nozzles

How can I edit the path in Velo? TIA

This can be customized in Velo using itemsAfterEllipsis - Velo API Reference - Wix.com and itemsBeforeEllipsis - Velo API Reference - Wix.com

You can set them to a reasonably large number to avoid showing ellipses.

Thank you for your response; however, I don’t have an ellipsis - that’s not the problem.
Parts is in the main menu. I made a mega menu for it with categories - my example: nozzles is a category. TeeJet Nozzles is a sub category.

When I go to Nozzles, the breadcrumbs are:
Home / Parts / Nozzles (which is correct).

Then when I go to TeeJet Nozzles from the Nozzles page, the breadcrumbs say:
Home / TeeJet Nozzles (which is not correct)