Announcing the Saviynt Knowledge Exchange unifying the Saviynt forums, documentation, training,
and more in a single search tool across platforms. Read the announcement here.

Unable to make custom theme in v2020.1.2

jezzanuena
Regular Contributor
Regular Contributor

We're trying to modify the UI branding but the changes on the following settings were not being applied aside from the icons:

Sidebar and ARS Tiles

We tried selecting "Change Theme" but it is empty. Is there any way to modify UI branding in v2020? 

jezzanuena_0-1661482255914.png

I put 2021.x in the Product Version field because v2020 is not listed.

 

1 REPLY 1

Nikitaj
Saviynt Employee
Saviynt Employee

Hi @jezzanuena 

Below configurations should be present in the “configuration” table:

1. To choose between themes on the UI:

INSERT INTO `CONFIGURATION` (`NAME`, `CONFIGDATA`) VALUES ('UITHEME', '{"classic":"classic-skin","new skin":"modern-skin"}');

2. To add the new theme:

INSERT INTO `CONFIGURATION` (`NAME`, `CONFIGDATA`) VALUES (' SELECTEDUITHEME', ' modern-skin');

Please raise a support ticket and they will help you to check and do the needful.


Thanks
Nikita