How to change signup popup?

Currently, this is how you can customize Portal:

In the repository linked above these are the files for Sign In/Sign Up:

And here are some CSS:

Then yarn build command builds the minified portal JS portal.min.js, which you can copy to your theme under assets/built. This minified portal JS should be also configured in config.production.json of your Ghost instance, restart it and that’s all.

1 Like