---
title: "Custom Portal Signup Button"
description: "Aspect Ghost theme puts its Sign Up button in the subscription form on post sidebars and a homepage section. Custom CSS restores Ghost's Portal button."
url: "https://www.priority.vision/docs/aspect/custom-portal-signup-button"
scope: theme
appliesTo: [Aspect]
lastUpdated: 2026-09-23
---

# Portal Signup Button

Aspect 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](https://www.priority.vision/images/docs/aspect/custom-portal-button.png)

## Change custom portal button

To change texts of the custom subscription form, follow steps in this article -> [/docs/aspect/settings-sitewide/subscription-form/](/docs/guides/settings-sitewide/subscription-form/)

## Restore standard Ghost Sign Up button

![Ghost portal button](https://www.priority.vision/images/docs/aspect/ghost-portal-button.png)

    [Code Injection](/docs/guides/custom-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.

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

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