Docs
Thesis
Portal Signup Button

Portal Signup Button

Thesis theme comes with customized version of Sign Up button. It is placed on all pages in the bottom left in sidebar and in the header of Homepage.

Ghost portal button

Change custom portal button

To change text of the button or hide it completely follow these steps:

  1. Log in to Ghost admin
  2. Go to Settings → Membership → Portal settings
  3. Click Customize → Look & feel
  4. Toggle the Show portal button switch to hide button
  5. Change button text in Signup button text setting
  6. Click Save

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>