Flair Uninstall Guide
1 min read
updated Sep 19 2024
This page covers the steps for canceling your Flair account and removing Flair from your theme.
Need help?
If you have any questions or need help setting up Flair, you can contact us anytime. All paid Flair plans include free installation.
Remove Flair from your theme
Check for Flair files in your theme
- Visit Shopify Admin > Themes and click ... > Edit code.
- In the Filter files input, type flair.
- If you see any results, continue the next step: Make a backup copy of your theme. Otherwise, if there are no results, skip to the next section: Cancel your Flair plan.
Make a backup copy of your theme
We recommend you make a copy of your theme before making any changes:
- Visit Shopify Admin > Themes and click ... > Duplicate.
Remove any Flair render lines from your theme
Remove any Flair 'render' (or also 'include') lines from your theme files. The lines will look similar to these:
{% render 'flair-product-badges' product: product %}
<!-- OR -->
{% render 'flair-banners' %}
Remove the Flair theme files
Now you can safely remove these Flair files if they exist in your theme:
- snippets/flair-product-badges.liquid
- snippets/flair-banners.liquid
- sections/flair-product-badges.liquid
- sections/flair-banners.liquid
- snippets/flair-app-init.liquid
- assets/flair-app.js
Cancel your Flair plan
To cancel your Flair plan, uninstall the app from within your Shopify Admin as follows:
- Visit Shopify Admin > Settings > Apps and sales channels
- Click Uninstall next to Flair and then follow the prompts.
See also the Shopify guide for removing apps for more info.