Open this file for editing: <SMARTIDHOME>/docker/compose/selfservice/docker-compose.yml.
Configure the footer text in the CONFIG_JSON environment variable by adding lines to the "application
" section, under "footer
". See the example below.
Add the text you want to display in the footer of the Smart ID Self-Service login screen. For a line with the property "content"
, the text will be used to look up a translation. Provide custom translations as needed. (See Configure language in Smart ID Self-Service for more information.) If no translation is provided, the text will be shown as is.
Add info for the html part. A line with the property "html
" set as true will be shown as is. If you add a link here, it will be clickable in the footer.
- The "
visible
" property defines if the line should be visible in the login page, in every page, or in both. The property accepts a simple string if the line should be shown only in one area, or an array if the line should be show in both cases.
- The text color of the footer is controlled by the setting '--color_ussp_footer_text_color' in theme.css. See Configure branding in Smart ID Self-Service for more information.
The altered footer will be displayed the next time the login screen is shown.