Ella + Flair theme guide for Shopify

By: Halothemes
This guide includes instructions for setting up Flair badges and Flair banners in the Ella theme by Halothemes.

How to edit your theme

  • Visit Shopify Admin > Themes and click ... > Edit code.

Install Flair product badges

On product pages

Edit snippets/product-title.liquid:

<div data-flair-product-badge data-product-id={{ product.id }}></div>

And add line 1 to the end of the file.

On collection pages

Edit snippets/product-card.liquid:

Other product-card-XX.liquid snippets may be in use depending on your theme settings.

<h3 class="card__heading">...</h3>
<div data-flair-product-badge data-product-id={{ product_card_product.id }}></div>

And add line 2.

Install Flair banners

Edit sections/static-header.liquid:

<div data-flair-banner></div>
<section class="main-header">

And add line 1.

Additional Resources

  • Flair badge layout guide - additional badge options including: multi-promotions, multiple badges, spacing and alignment, variant badges, and more
  • Flair banner layout guide - additional banner options including: multi-promotions, spacing, and more