Portal Signup Button
Moment theme includes a custom Subscribe button in the float navigation and in homepage subscription sections.
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
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>