Shopify themes, liquid, logos, and UX
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...
Solved! Go to the solution
This is an accepted solution.
Fixed by changing some code in breadcrumbs.liquid
<span class="breadcrumb__divider" aria-hidden="true">/</span>
{{ product.title }}
Remove product.title or change it to "text"
same goes for collection.title at
{% else %}
<span>{{ collection.title }}</span>
{% endif %}
This is an accepted solution.
Fixed by changing some code in breadcrumbs.liquid
<span class="breadcrumb__divider" aria-hidden="true">/</span>
{{ product.title }}
Remove product.title or change it to "text"
same goes for collection.title at
{% else %}
<span>{{ collection.title }}</span>
{% endif %}
User | RANK |
---|---|
121 | |
99 | |
74 | |
72 | |
44 |
Learn these 5 things I had to learn the hard way with starting and running my own business
By Kitana Jan 27, 2023Would you love to unleash the unbridled power of the Google Shopping Channel into your sho...
By Gabe Jan 6, 2023How can you turn a hobby into a career? That’s what Emmanuel did while working as a wa...
By Skye Dec 30, 2022