Custom Portal Theming Configuration¶
To customize the site’s theme, you can create a branding.json file on the server. This file allows you to overwrite the default theming options.
Filepath
/var/www/html/portalfrontend/branding.json
Sample branding.json Format
{
"SidebarGradient": "linear-gradient(145deg, #2883aa 0%, #2bbec1 100%)",
"NavbarGradient": "linear-gradient(145deg, #2883aa 0%, #2bbec1 100%)",
"NavbarOptionHover": "#22c5c4",
"brandPrimary": "#246199",
"brandSecondary": "#2bbec1",
"favicon": "favicon.png"
}
Note To see the changes, a refresh (F5) is required on the portal site.