# Cutline second line

> Feature introduced in Broadcast v3.2.0

Add a custom tagline to individual products using metafields. The tagline will appear styled in the product grid on collection pages and any section using a product grid view:

<figure><img src="/files/nOpt8Esnho3ij3sXPmkL" alt="An example of two products with a highlight over their cutline text"><figcaption><p>Cutline is a second line for additional information</p></figcaption></figure>

## How to set up

The first step is to add or define a new product metafield. This is a custom metafield you'll create in the Settings of your Shopify Admin.

### Add a new product metafield

To set up a Cutline, you need to create a new custom metafield definition that Broadcast can recognize.

The most important part is to use this namespace and key: `theme.cutline`

<figure><img src="/files/FPfPMXJ0hTbGHPVX1DkZ" alt="Example of how the cutline metafield should be set up from the metafields and metaobject settings"><figcaption><p>Verify the namespace and key are changed to theme.cutline</p></figcaption></figure>

### How to create the metafield

To start, navigate to your Shopify admin settings and open the **Metafields and metaobjects** tab from the left panel. Next, click on 'Products' *(click images to zoom)*:

<div><figure><img src="/files/gNjNGpznuFEueEAupYfI" alt="Here it&#x27;s shown from where to create a new product metafield"><figcaption><p>Under '<strong>Metafield definitions</strong>', click on '<strong>Products</strong>'</p></figcaption></figure> <figure><img src="/files/JDEvAPx0AAb7lpE3Ri2Q" alt="On this image the highlighted &#x27;add definition&#x27; button can be used to create a new metafield"><figcaption><p>Click on the '<strong>Add definition</strong>' button</p></figcaption></figure></div>

Click the 'Add definition' button to begin. Choose a name, we'll use '`cutline`'. Next, we'll use a custom namespace.

A crucial step here is to change the default namespace (usually called '*custom*') to **`theme`.**

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

Add a description *(optional),* then select 'Single line text' as the content type.

<figure><img src="/files/u0j0iIODOcfEnFroWpTQ" alt="A gif showing the different metafield types that can be selected"><figcaption></figcaption></figure>

{% hint style="success" %}
Don't forget to save your changes.
{% endhint %}

### Product setup

Now that our custom metafield has been defined, the final step is to edit any of your products in the Shopify Admin > Products and update the new `cutline` metafield.

All you need to do is scroll to the bottom of the product setup page and fill them in:

<figure><img src="/files/Uvn9Yv3DqpFWdAqwsJ3r" alt="A GIF showing from where to fill in the cutline metafield after it&#x27;s been created"><figcaption></figcaption></figure>

After adding the cutline metafield value, don't forget to save the product changes.

Now you're ready to preview the cutline text. View on a collection page or any section that uses the product grid layout:

<figure><img src="/files/rG6WUWD1IkZ7zuRxTZrb" alt="Preview of the cutline text on a Collection page after everything has been set up properly"><figcaption><p>Preview your unique cutline text on a Collection page</p></figcaption></figure>

Your cutline text will only appear for this product. You can now add unique cutline text to any product in your store.

If a product does not have the cutline metafield text information added, nothing will appear.

Only products with a value for the cutline metafield will display that information on the product grid or collection page.

{% hint style="success" %}
Add your unique cutline information for all/any products that require the cutline information displayed on collection pages and product grid sections.
{% 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://broadcast.presidiocreative.com/collections/collection-pages/cutline.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.
