---
title: "Subscription Form"
description: "Subscription Form settings in the theme for Ghost."
url: "https://www.priority.vision/docs/guides/settings-sitewide/subscription-form"
scope: shared
appliesTo: [Scope, Aspect, OnFlow, Format]
lastUpdated: 2026-09-18
---

# Subscription Form

This guide applies to Scope, Aspect, OnFlow, and Format.

<div className="theme-blocks">

### Scope

Scope displays a subscription form in the footer and on certain pages. You can customize the text or hide it completely.

## Change subscription form texts

1. Go to **Settings → Site → Design & branding**
1. Click **Customize → Theme → Site wide**
1. Change title in **Subscription form title** setting
1. Change description in **Subscription form description** setting

## Default Values

The default values are:
- **Title**: "Stay Inspired"
- **Description**: "Get weekly insights, exclusive tutorials, and behind-the-scenes content from our creative team. No spam, just pure inspiration delivered to your inbox."

## Subscription images

The scrolling images in the subscription section are defined in the theme template and are not available in Ghost Admin settings.

If you want to change them, edit this template file in your theme:

- `/partials/sections/subscription.hbs`

Inside it, update image paths in the `.section-images` block (for example `subscribe-1.jpg` to `subscribe-6.jpg`).

The repeated images marked with `{{!-- For loop marquee. --}}` are used to keep the infinite scrolling effect smooth, so keep the same structure when replacing images.

## Hide subscription form

To hide the subscription form:

1. Go to **Settings → Site → Design & branding**
1. Click **Customize → Theme → Site wide**
1. Clear **Subscription form title** setting (leave it empty)

### Aspect

By default the subscription form is displayed on the homepage right after the header. You can customize texts in it or even hide it completely.

## Change subscription form texts

1. Go to **Settings → Site → Design & branding**
1. Click **Customize → Theme → Site wide**
1. Change title in **Subscription form title** setting
1. Change description in **Subscription form description** setting

## Hide subscription form

1. Go to **Settings → Site → Design & branding**
1. Click **Customize → Theme → Site wide**
1. Clear **Subscription form title** setting

### OnFlow

By default the subscription form is displayed on the homepage right after the header. You can customize texts in it or even hide it completely.

## Change subscription form texts

1. Go to **Settings → Site → Design & branding**
1. Click **Customize → Theme → Site wide**
1. Change title in **Subscription form title** setting
1. Change description in **Subscription form description** setting

## Hide subscription form

1. Go to **Settings → Site → Design & branding**
1. Click **Customize → Theme → Site wide**
1. Clear **Subscription form title** setting

### Format

By default the subscription form is displayed on the homepage right after the header. You can customize texts in it or even hide it completely.

## Change subscription form texts

1. Go to **Settings → Site → Design & branding**
1. Click **Customize → Theme → Site wide**
1. Change title in **Subscription form title** setting
1. Change description in **Subscription form description** setting

## Hide subscription form

1. Go to **Settings → Site → Design & branding**
1. Click **Customize → Theme → Site wide**
1. Clear **Subscription form title** setting

</div>

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