Skip to Content
Meet our new project Fantasma: Create custom themes visually for Free.
DocsFeedPortal Signup Button

Portal Signup Button

Feed theme includes a customized Sign Up button within the subscription form. This button is located in the sidebar on all posts and in one of the homepage sections.

Ghost portal button

Change custom portal button

You can change texts and logo in this widget with these options:

  1. Logo in widget header

  2. Widget title and description

    • In Ghost Admin, open Settings → General
    • Update your Site title and Site description
    • These values are shown in the subscribe widget automatically
  3. Button text (Subscribe)

    • Open Ghost Admin → Settings → Membership → Portal settings
    • Click Customize → Look & feel
    • Change Signup button text and save
  4. Input placeholder and success message

Restore standard Ghost Sign Up button

Ghost portal button

Code Injection is required to add custom CSS.

Standard Ghost button is hidden using CSS, but you can restore it with custom CSS if you want.

<style> #ghost-portal-root > iframe { display: block !important; } </style>