> For the complete documentation index, see [llms.txt](https://broadcast.presidiocreative.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://broadcast.presidiocreative.com/product-theme-blocks/title.md).

# Title

The **Title** block is used to display the main heading on a section or product page. It can include optional navigation elements like breadcrumbs, collection titles, or vendor names. This block helps users understand their current location within the storefront and improves page structure for SEO and accessibility.

> Only one Title block is allowed per section (`limit: 1`).

<figure><img src="/files/PW34aAI4uRNPRLKnN5PY" alt="Image depicting the title block of the product pages section"><figcaption></figcaption></figure>

<table><thead><tr><th width="144.41485595703125">Settings</th><th width="94.62933349609375" align="center">Type</th><th width="521.7727661132812">Description</th></tr></thead><tbody><tr><td>Navigation</td><td align="center"><code>option</code></td><td>Determines what secondary text appears above or below the title: <code>None</code>, <code>Breadcrumb</code>, <code>Collection</code>, or <code>Vendor</code>.</td></tr><tr><td>Heading size</td><td align="center"><code>select</code></td><td>Adjusts the font size of the product title: <code>Mini</code>,<code>Extra small</code>, <code>Small</code>, <code>Medium</code>, <code>Large</code>, or <code>Extra large</code>.</td></tr><tr><td><strong>Padding</strong></td><td align="center"></td><td></td></tr><tr><td>Bottom</td><td align="center"><code>range</code></td><td>Adds spacing below the title block for layout control.</td></tr></tbody></table>

## Notes

* The **Title** block is commonly used at the top of product pages, collection pages, or landing sections.
* Choose a **navigation option** to improve context or aid browsing, especially for large catalogs.
* Adjust **font size** to align with the visual hierarchy of your store’s theme.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/product-theme-blocks/title.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.
