Possible BrandCss and BrandJs parameters

Hello Community,

Is there any documentation available for the Brand Options parameters in the appsettings.console.json file?

I already figured out the BrandLogo setting myself. It appears to be a Base64-encoded image, and that worked perfectly.

However, I would also like to customize some of the colors, if possible. I tried using several CSS color names and parameter names I found in the HTML files, but without success.

Could someone point me to the relevant documentation or provide some examples of the supported branding options?

Thank you very much for your help.

Best regards,
Benjamin

Hi there,
I am not sure we have much on documentation for this right now. I will try and get you something something next week!

Ultimately, you need to extract the CSS classes from the HTML file then you need to use the same names we use but you can change the designs yourself.

I last did this in the pingcastle.exe.config days and not since the appsettings.console.json. I imagine there will be some slight changes required for the formatting.