---
title: "Essentials Footer"
description: "The theme comes with prebuilt footer copyright with links to Ghost and the theme."
url: "https://www.priority.vision/docs/guides/essentials-footer"
scope: shared
appliesTo: [Essence, Scope, Thoughts, Feed, Moment, Aspect, OnFlow, Thesis, Format]
lastUpdated: 2026-09-18
---

# Footer

<div className="theme-blocks">

### Essence

The theme displays a compact footer copyright below the main content area.

## Customizing copyright text

The **Footer copyright** theme setting controls the copyright line. HTML is allowed, so you can add links, spans, or other markup.

To modify the copyright text, follow the steps below:

1. Go to **Settings → Site → Design & branding**
![Ghost change logo part 1](https://www.priority.vision/images/docs/common/change-theme-1.png)
1. Click **Customize → Theme → Site wide**
1. Enter your text in the **Footer copyright** setting

When left empty, the theme shows the default: copyright year, site title, and "Published with Ghost & the theme".

Example custom value:

```html
&copy; 2026 My Site. <a href="/privacy/">Privacy</a>
```

See [Footer settings](/docs/essence/settings-sitewide/footer) for more detail on this theme setting.

## Hiding "Published with Ghost & the theme"

    [Code Injection](/docs/guides/custom-code-injection/) is required to add custom CSS.

If you want to keep the copyright year and site title but hide only the "Published with Ghost & the theme" part of the default text, add this custom CSS:

```css
.footer-copyright > span {
  display: none;
}
```

## Removing the copyright section

To completely remove the copyright text, set the **Footer copyright** setting to a **whitespace character**. Note that leaving this setting empty will result in the default copyright text being displayed.

### Scope

The theme comes with prebuilt footer copyright with links to Ghost and the theme.

## Customizing copyright text

To modify the copyright text, follow the steps below:

1. Go to **Settings → Site → Design & branding**
![Ghost change logo part 1](https://www.priority.vision/images/docs/common/change-theme-1.png)
1. Click **Customize → Theme → Site wide**
1. Change footer copyright text in **Footer copyright** setting

## Hiding "Published with Ghost & Scope"

    [Code Injection](/docs/guides/custom-code-injection/) is required to add custom CSS.

If you want to keep the copyright year and site title but hide only the "Published with Ghost & Scope" part, you can add this custom CSS:

```css
.footer-copyright > span {
  display: none;
}
```

## Removing the copyright section

To completely remove the copyright text, set the **Footer copyright** setting to a **whitespace character**. Note that leaving this setting empty will result in the default copyright text being displayed.

## Footer Tags

You can display tags in the footer. To configure how many tags appear:

1. Go to **Settings → Site → Design & branding**
1. Click **Customize → Theme → Site wide**
1. Change the **Footer tags** setting

See the [Tags Settings](/docs/scope/settings-sitewide/tags) page for more information on tag configuration.

### Thoughts

The theme comes with prebuilt footer copyright with links to Ghost and the theme.

## Customizing copyright text

To modify the copyright text, follow the steps below:

1. Go to **Settings → Site → Design & branding**
![Ghost change logo part 1](https://www.priority.vision/images/docs/common/change-theme-1.png)
1. Click **Customize → Theme → Site wide**
1. Change footer copyright text in **Footer copyright** setting

## Hiding "Published with Ghost & Thoughts"

  [Code Injection](/docs/guides/custom-code-injection/) is required to add custom CSS.

If you want to keep the copyright year and site title but hide only the "Published with Ghost & Thoughts" part, you can add this custom CSS:

```css
.footer-copyright > span {
  display: none;
}
```

## Removing the copyright section

To completely remove the copyright text, set the **Footer copyright** setting to a **whitespace character**. Note that leaving this setting empty will result in the default copyright text being displayed.

### Feed

The theme comes with prebuilt footer copyright with links to Ghost and the theme.

## Customizing copyright text

To modify the copyright text, follow the steps below:

1. Go to **Settings → Site → Design & branding**
![Ghost change logo part 1](https://www.priority.vision/images/docs/common/change-theme-1.png)
1. Click **Customize → Theme → Site wide**
1. Change footer copyright text in **Footer copyright** setting

## Hiding "Published with Ghost & Feed"

  [Code Injection](/docs/guides/custom-code-injection/) is required to add custom CSS.

If you want to keep the copyright year and site title but hide only the "Published with Ghost & Feed" part, you can add this custom CSS:

```css
.footer-copyright > span {
  display: none;
}
```

## Removing the copyright section

To completely remove the copyright text, set the **Footer copyright** setting to a **whitespace character**. Note that leaving this setting empty will result in the default copyright text being displayed.

### Moment

The theme comes with prebuilt footer copyright with links to Ghost and the theme.

## Customizing copyright text

To modify the copyright text, follow the steps below:

1. Go to **Settings → Site → Design & branding**
![Ghost change logo part 1](https://www.priority.vision/images/docs/common/change-theme-1.png)
1. Click **Customize → Theme → Site wide**
1. Change footer copyright text in **Footer copyright** setting

## Hiding "Published with Ghost & Moment"

  [Code Injection](/docs/guides/custom-code-injection/) is required to add custom CSS.

If you want to keep the copyright year and site title but hide only the "Published with Ghost & Moment" part, you can add this custom CSS:

```css
.footer-copyright > span {
  display: none;
}
```

## Removing the copyright section

To completely remove the copyright text, set the **Footer copyright** setting to a **whitespace character**. Note that leaving this setting empty will result in the default copyright text being displayed.

### Aspect

The theme comes with prebuilt footer copyright with links to Ghost and the theme.

## Customizing copyright text

To modify the copyright text, follow the steps below:

1. Go to **Settings → Site → Design & branding**
![Ghost change logo part 1](https://www.priority.vision/images/docs/common/change-theme-1.png)
1. Click **Customize → Theme → Site wide**
1. Change footer copyright text in **Footer copyright** setting

## Hiding "Published with Ghost & the theme"

  [Code Injection](/docs/guides/custom-code-injection/) is required to add custom CSS.

If you want to keep the copyright year and site title but hide only the "Published with Ghost & the theme" part, you can add this custom CSS:

```css
.footer-copyright > span {
  display: none;
}
```

## Removing the copyright section

To completely remove the copyright text, set the **Footer copyright** setting to a **whitespace character**. Note that leaving this setting empty will result in the default copyright text being displayed.

### OnFlow

The theme comes with prebuilt footer copyright with links to Ghost and the theme.

## Customizing copyright text

To modify the copyright text, follow the steps below:

1. Go to **Settings → Site → Design & branding**
![Ghost change logo part 1](https://www.priority.vision/images/docs/common/change-theme-1.png)
1. Click **Customize → Theme → Site wide**
1. Change footer copyright text in **Footer copyright** setting

## Hiding "Published with Ghost & the theme"

    [Code Injection](/docs/guides/custom-code-injection/) is required to add custom CSS.

If you want to keep the copyright year and site title but hide only the "Published with Ghost & the theme" part, you can add this custom CSS:

```css
.footer-copyright > span {
  display: none;
}
```

## Removing the copyright section

To completely remove the copyright text, set the **Footer copyright** setting to a **whitespace character**. Note that leaving this setting empty will result in the default copyright text being displayed.

### Thesis

## Footer description

1. Go to **Settings → Site → Design & branding**
1. Click **Customize → Theme → Site wide**
1. Change footer description in **Footer description** setting

## Footer copyright

The theme comes with prebuilt footer copyright with links to Ghost and the theme.

### Customizing copyright text

To modify the copyright text, follow the steps below:

1. Go to **Settings → Site → Design & branding**
![Ghost change logo part 1](https://www.priority.vision/images/docs/common/change-theme-1.png)
1. Click **Customize → Theme → Site wide**
1. Change footer copyright text in **Footer copyright** setting

### Hiding "Published with Ghost & the theme"

    [Code Injection](/docs/guides/custom-code-injection/) is required to add custom CSS.

If you want to keep the copyright year and site title but hide only the "Published with Ghost & the theme" part, you can add this custom CSS:

```css
.footer-copyright > span {
  display: none;
}
```

### Removing the copyright section

To completely remove the copyright text, set the **Footer copyright** setting to a **whitespace character**. Note that leaving this setting empty will result in the default copyright text being displayed.

### Format

The theme comes with prebuilt footer copyright with links to Ghost and the theme.

## Customizing copyright text

To modify the copyright text, follow the steps below:

1. Go to **Settings → Site → Design & branding**
![Ghost change logo part 1](https://www.priority.vision/images/docs/common/change-theme-1.png)
1. Click **Customize → Theme → Site wide**
1. Change footer copyright text in **Footer copyright** setting

## Hiding "Published with Ghost & Format"

    [Code Injection](/docs/guides/custom-code-injection/) is required to add custom CSS.

If you want to keep the copyright year and site title but hide only the "Published with Ghost & Format" part, you can add this custom CSS:

```css
.footer-copyright > span {
  display: none;
}
```

## Removing the copyright section

To completely remove the copyright text, set the **Footer copyright** setting to a **whitespace character**. Note that leaving this setting empty will result in the default copyright text being displayed.

</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.
