# Add custom badges to the product card and product page

Product badges help draw the attention of visitors to specific characteristics of the products.&#x20;

To set up the custom badges in Zest, simply add the supported product tags you want to display to your product:

```
tag__hot_[DISPLAY TEXT]
tag__new_[DISPLAY TEXT]
tag__sale_[DISPLAY TEXT]
```

<figure><img src="/files/Mt1LTpCVNhOa8B54D21t" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Once the supported tags are added in Shopify admin, the product cards will show the custom badges automatically.
{% endhint %}

Below are examples of them on product cards:

{% tabs %}
{% tab title="tag\_\_hot\_HOT" %}

<figure><img src="/files/zEYlHHYf7UhpPlvwKszN" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="tag\_\_new\_NEW" %}

<figure><img src="/files/pP5LcDtuOZY2Y0SLck2t" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="tag\_\_sale\_SALE" %}

<figure><img src="/files/5V0F84S9PJpxsnlQkw22" alt=""><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}

{% hint style="success" %}
To add custom tags for product details page:

1. Go to **Product template** and locate the section **Product information**.
2. Add block **Custom tags**.
   {% endhint %}

<figure><img src="/files/4inm06umB1JuqcO2RePc" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
To change the custom badges' colors, go to **Theme settings > Colors**.

![](/files/XRDKWqmRHYIgX95RORff)
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.foxecom.com/zest-theme/faqs/generic/add-custom-badges-to-the-product-card-and-product-page.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
