How can i change that code to redirect to my homepage? i dont want to show collection.title im trying to make the same but goes to my homepage
{% if collection %}
<div class="full-width full-width--return-link">
<a href="{{ collection.url }}" class="h1 return-link">
{% include 'icon-arrow-thin-left' %}
{{ 'products.product.collection_return' | t: collection: collection.title }}
</a>
</div>
{% endif %}
Solved! Go to the solution
User | Count |
---|---|
564 | |
208 | |
121 | |
82 | |
44 |