How to change theme of survey dashboard ?
Want to change this from green to blue.
Using Angular.
How to change theme of survey dashboard ?
Want to change this from green to blue.
Using Angular.
Hello,
To replace a Green color with a Blue color, update the –main-color CSS variable:
CSS#surveyDashboardContainer {
--main-color: blue;
}
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.