Visual Customisation Theme

Logo
Custom
logoUrlvs. a Default Connexease logo:

Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Welcome to the Connexease Gateway API Documentation!
Steps showing how to customize the highlight theme and logo of the Modal created by the SDK
GatewayEmbeddedSignup.init({
publishableKey: 'pb_…',
theme: GatewayTheme.Purple, // GatewayTheme.Blue (default) | Orange | Purple
});

GatewayEmbeddedSignup.init({
publishableKey: 'pb_…',
logoUrl: 'https://yourapp.com/logo.png', // top-left of the connection-type modal
});
logoUrl value | Result |
|---|---|
omitted / undefined | Connexease logo |
'https://…' or 'http://…' | Your logo |
whitespace-only (' ') | No logo |
any non-http(s) value | Falls back to Connexease logo |
logoUrlvs. a Default Connexease logo:

<img>. If your image host has hotlink protection or restrictive CORS/Referer rules, the logo may load on one domain but break on another. Host the logo somewhere that allows cross-origin embedding (your own domain or a public CDN).Was this page helpful?