# Edit default theme content

Your theme may include text that cannot be changed in the theme editor. Instead, you can use the **default theme content editor** in the Shopify admin.

{% hint style="warning" %}
The default theme content editor is not available in free trial mode.
{% endhint %}

{% stepper %}
{% step %}

#### Open default theme content editor

In your theme editor, click the **Actions (**<kbd>**...**</kbd>**)** button and select **Edit default theme content**.

<figure><img src="/files/fqwMAlqjystIjEPUk1Z9" alt="" width="375"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

#### Search for default text

Use the **filter bar** to search for the text you want to change, or select a category to filter default text by different areas of your theme.
{% endstep %}

{% step %}

#### Edit or remove text

Edit the text you want to change in the available fields. To remove default text, replace the text in the field with a single space.

{% hint style="danger" %}
**Do not edit** text inside curly brackets **`{{ }}`** or HTML tags (**`<a href="">`** and **`</a>`**). Editing them will break theme functionality.
{% endhint %}
{% endstep %}
{% endstepper %}

## Common changes to theme content

***

Below you'll find the most common changes to default theme content. Use the search and filter bar in the default theme content editor to find and replace the theme text.

{% hint style="info" %}
To learn about adding translations, check out our guide for [selling in multiple languages](/spark/general/adapting-your-theme/multiple-languages.md).
{% endhint %}

### **Add-to-cart button**

***

The add-to-cart button has the default text "Add to cart". Search this text to replace it with your own. Click **Save**.

### Powered by Shopify

***

The "Powered by Shopify" text appears in the footer on every page.

* In your theme editor, click the **Actions (**<kbd>**...**</kbd>**)** button and select **Edit default theme content**.
* Search "Powered by Shopify" to find the default text in the **Checkout & system > Links** area.
* To remove default text, replace the text in the field with a single space.

### **Footer text**

***

Default text appears in the bottom left corner of the Footer. Search "Footer" to find and edit default text, including "All rights reserved" and "Payment methods accepted".

### **Newsletter**

***

The **Newsletter form** includes default text for the submit button ("Subscribe"), email placeholder ("Your email"), and confirmation message ("Thanks for subscribing.")

Search for "Newsletter" to find and replace the text in these fields. Click **Save**.

### Shipping and taxes

***

Default "Shipping and taxes" message automatically appear depending on store's settings in **Shopify admin** > [**Shipping and delivery**](https://admin.shopify.com/settings/shipping).

* In your theme editor, click the **Actions (**<kbd>**...**</kbd>**)** button and select **Edit default theme content**.
* Search <kbd>shipping\_policy\_</kbd> or <kbd>tax included</kbd> to find default text for the **Cart** and **Products.**
* To remove default text, replace the text in the field with a single space.

{% hint style="danger" %}
**Do not edit** text inside curly brackets **`{{ }}`** or HTML tags (**`<a href="">`** and **`</a>`**). Editing them will break theme functionality.
{% endhint %}

| Field                                                                       | Default text                                     |
| --------------------------------------------------------------------------- | ------------------------------------------------ |
| <mark style="color:blue;">Taxes and shipping policy at checkout html</mark> | "Taxes and shipping calculated at checkout"      |
| <mark style="color:blue;">Taxes included and shipping policy html</mark>    | "Tax included. Shipping calculated at checkout." |
| <mark style="color:blue;">Shipping policy html</mark>                       | "Shipping calculated at checkout."               |
| <mark style="color:blue;">Include taxes</mark>                              | "Tax included."                                  |

### Checkout

***

You can change the default text of the Checkout. Click the **Checkout** tab to find all text found in the Checkout.

{% hint style="success" %}
**Checkout is a Shopify feature**. While the checkout default content can be accessed through the theme content editor, the Checkout is not controlled by the theme. For issues and questions, please [contact Shopify Support](https://help.shopify.com/en/support/support-type).
{% 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://help.fluorescent.co/spark/general/adapting-your-theme/edit-default-theme-content.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.
