...
Smart ID Self-Service offers the possibility to select a customized branding, for example to adapt logos, colours and fonts.
Customize the branding
- Go to the folder <SMARTIDHOME>/docker/compose/seflservice/config/branding.
- Copy the default folder and select a new name for the copied folder.
In the new folder, to reflect your custom branding, you can:
change colours and fonts in theme.css file.
change the logo by replacing logo.png with your own (name must be logo.png)
...
Note | ||
---|---|---|
| ||
A few things to know before changing the font in Smart ID Self-Service:
If you are unsure about what values to use, check out the definition of the font-family css property. |
Select the branding
- Edit the Self-Service configuration file located at<SMARTIDHOME>/docker/compose/selfservice/config/config.json.
Change the parameter
theme
to the folder name you created in "Customize the branding"Code Block language text title Example: default branding "theme": "default"
...