![[Code sales]: Breadcrumb list](http://section-stock.com/cdn/shop/files/2025-03-1321.39.48.png?v=1741870968&width=1445)
Open snippets > card-product.liquid.
Lines 118 and 155
href=" {{ card_product.url }} "
Please change it to href=" {% if collection %} {{ collection.handle }} {% endif %} {{ card_product.url }} ".
There are two places to change.
Please install it on various pages.
- Collection Page
- Product page
- Subpage
- Blog list page
- blog post page
You can set the text that will return you to the top page.

A little code
<div class="page-width">
{%- unless template == 'index' or template == 'cart' or template == 'list-collections' or template == '404' -%}
{%- assign t = template | split: '.' | first -%}
<nav class="breadcrumbs" role="navigation" aria-label="breadcrumbs">
<ol class="breadcrumbs__list">
<li class="breadcrumbs__item">
<a class="breadcrumbs__link" href="/"> {{ section.settings.home_text }} </a>