You have MashZone NextGen administrator permissions.
You can edit the style templates supplied with MashZone NextGen. Editing the style templates enables you to customize the look and feel of your dashboards and the dashboard editor, for example, colors schemes, fonts, brand logo, or background colors.
If you change the style template at the application level your settings are also applied in the MashZone NextGen Feed Editor.
The application style template file application.less is located in the following folder on the MashZone NextGen server.
<MashZone NextGen installation>\apache-tomcat\webapps\mashzone\hub\dashboard\assets\custom-look-and-feel\application.
The dashboard style template files are located in the following folder on the MashZone NextGen server. The default dashboard template file is named default.less.
<MashZone NextGen installation>\apache-tomcat\webapps\mashzone\hub\dashboard\assets\custom-look-and-feel\dashboard
The style templates provide basic variables that are used as default variables by many widgets, for example, @header-color. You can override the basic variables by defining more specific, customized variables, for example, @header-dashboard-name-color.
For example, if @header-color is black and @header-dashboard-name-color is red, and both variables are the only ones defined, all labels in the header will be black, except for the dashboard name label, which will be red.
All application and dashboard variables available are described in the corresponding style template files.
Procedure
The changed style template has been reloaded and the style templates are applied to the application or dashboard.