MOTION THEME - Breadcrumbs - Adjust layout

Hii! I’m trying to figure out if it’s possible to remove the last bit of a breadcrumps design,

Default is: HOME / %COLLECTION% / %PRODUCT%

  • and if possible, I’d love to try have it look like this instead: HOME / %COLLECTION% /

As the product NAME is already on the product page, so I figured the breadcrump doesn’t need to repeat this when it’s already obvious!
Here’s a visual example of how it currently looks:

Preview link - https://t8n43rstgq4tsegu-50647859379.shopifypreview.com/collections/latest-release/products/keychain-01

Fixed by changing some code in breadcrumbs.liquid

/
      {{ product.title }}

Remove product.title or change it to “text”

same goes for collection.title at

{% else %}
        {{ collection.title }} 
      {% endif %}