How can I change breadcrumb structure in Craft theme?

Hi!

After reading tutorials, I have managed to add Breadcrumb to the Craft theme. But not with the structure I want. On the product page, it is Home > Product, and I want: Home > Collection > Product.
Does anyone know how to get to this?
Thanks!

2 Likes

@SoniaO

try this code

https://shopify.github.io/liquid-code-examples/example/breadcrumb-navigation

Thank you, but it doesn’t work, it looks the same.