Skip to content

Instantly share code, notes, and snippets.

@atomgiant
Created March 12, 2018 17:28
Show Gist options
  • Save atomgiant/98003ed631a6a112398b8b37e2675cc4 to your computer and use it in GitHub Desktop.
Save atomgiant/98003ed631a6a112398b8b37e2675cc4 to your computer and use it in GitHub Desktop.
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