> For the complete documentation index, see [llms.txt](https://docs.ultramarinastudios.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ultramarinastudios.com/faqs/how-do-i-edit-the-default-theme-content.md).

# How do I edit the default theme content?

Examples of default theme content includes the **success message** when a customer subscribes to your newsletter or the message that's displayed when a **customer's search returns no results**.

<figure><img src="/files/aklsfZ4iMYk35moCaEvH" alt="Screenshot of the default text for no search results - &#x22;No results found for &#x22;noresults&#x22;. Check the spelling or use a different word or phrase.&#x22;"><figcaption><p>The text customers see when their search returns no results is default theme content</p></figcaption></figure>

To edit your default theme content:

* Under **Online Store > Themes**, click on the three dots next to the theme you want to edit
* Select **Edit default theme content**
* Now either use the **filter** to search for the exact wording you want to edit, or go through each tab individually.

### Translating default theme content

* Install [Shopify Translate & Adapt](https://apps.shopify.com/translate-and-adapt) app
* Under **Theme**, select **Default theme content**&#x20;

{% hint style="info" %}
This default theme content is for your **live theme**.  To edit an unpublished theme's content, you may be able to update the theme ID parameter in the URL and hit Enter. For example, in the following URL you would update the theme ID in purple:\
\
`https://admin.shopify.com/store/primavera-distinction/apps/translate-and-adapt/localize/online_store_theme_locale_content?shopLocale=fr&id=`<mark style="color:purple;background-color:yellow;">`179295519069`</mark>
{% endhint %}

* In the toolbar, select which language you wish to translate
* Start editing the content using the sections list in the sidebar


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.ultramarinastudios.com/faqs/how-do-i-edit-the-default-theme-content.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
