Skip to Content
Save 20% on our Theme Bundle $199 instead of $249
DocsMomentPortal Signup Button

Portal Signup Button

Moment theme includes a custom Subscribe button in the float navigation and in homepage subscription sections.

Ghost portal button

Change custom portal button

To change texts of the custom subscription form, follow steps in this article -> /docs/moment/settings-homepage/subscription-display/

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>