> ## Documentation Index
> Fetch the complete documentation index at: https://www.twicecommerce.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Online Store - Default Content

> Storefront default content blocks have moved to the Translations settings page.

<Warning>
  The **Default Content** tab has been removed from the Online Store settings.
  Storefront content — headers, footers, cart labels, collection and listing page text, checkout copy, and other shared elements — is now managed as translation string overrides on the [Translations](/docs/settings/translations) settings page.
</Warning>

## What changed

The dedicated Default Content editor has been replaced by the Translations system. All storefront text — hero sections, banners, navigation labels, and page-specific copy — is now stored as translatable strings under the `storefront` namespace.

This means you:

* Edit storefront content from **Settings > Translations** alongside all other customer-facing text
* Get multi-language support for every content block automatically
* Use the same side-by-side editor and bulk import/export workflow as other translations

## Where to go

<CardGroup cols={2}>
  <Card title="Translations" icon="language" href="/docs/settings/translations">
    Manage storefront content and translations in one place.
  </Card>

  <Card title="Online Store overview" icon="store" href="/docs/sales-channels/online-store/overview">
    Return to the Online Store settings overview.
  </Card>
</CardGroup>
