Skip to Content
DocsScopeFooter

Footer

Scope theme comes with prebuilt footer copyright with links to Ghost and Scope theme.

To modify the copyright text, follow the steps below:

  1. Go to Settings โ†’ Site โ†’ Design & branding Ghost change logo part 1
  2. Click Customize โ†’ Theme โ†’ Site wide
  3. Change footer copyright text in Footer copyright setting

Hiding โ€œPublished with Ghost & Scopeโ€

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:

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

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.

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

  1. Go to Settings โ†’ Site โ†’ Design & branding
  2. Click Customize โ†’ Theme โ†’ Site wide
  3. Change the Footer tags setting

See the Tags Settings page for more information on tag configuration.