Question T14383
Visible to All Users

Change theme of survey dashboard

created 2 years ago

How to change theme of survey dashboard ?

buy.PNG

Want to change this from green to blue.

Using Angular.

Answers approved by surveyjs Support

created 2 years ago (modified 2 years ago)

Hello,
To replace a Green color with a Blue color, update the –main-color CSS variable:

CSS
#surveyDashboardContainer { --main-color: blue; }

View Demo
Clipboard-File-2.png

You can customize other CSS variables to align a Dashboard with your custom branding. A list of CSS variables used by a Dashboard is available in our source code: _globals.scss.

Should you have any questions or require further assistance, feel free to contact us at any time.