Created
March 12, 2018 17:28
-
-
Save atomgiant/98003ed631a6a112398b8b37e2675cc4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. For product pages, edit sections/product-template.liquid | |
<h1 class="title">{{ product.title }}</h1> | |
{% include 'flair-product-badges' %} | |
2. For the main collection snippet, edit snippets/product-block.liquid | |
<div class="title">{{ product.title }}</div> | |
<div class="dash">-</div> | |
{% include 'flair-product-badges' %} | |
3. For the detail view when you click in a collection, edit snippets/product-block.liquid | |
<h2 class="h1-style title"><a href="{{ product_url }}">{{ product.title }}</a></h2> | |
{% include 'flair-product-badges' %} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment