cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Change the color scheme of FNMS

We have two FNMS On-Premises environments right now.  We would like to change the color scheme or at least the heading of the Web UI  so we can easily identify which FNMS we are using.

It is easy to change the default color in App Portal but we can't find anything in FNMS or in any documentation.

Thanks!

(1) Solution

Hi @joan_mckinley ,

I have also 2 implementation, and for test system I did the following:

Path: C:\Program Files (x86)\Flexera Software\FlexNet Manager Platform\WebUI\Content\

File to change: scaffolding.less

File with color definitions: variables.less

 

Orginal:

// header

@headerBackground: @white;

 

Change:

// header

@headerBackground: @flexeraDarkRed;

 

View solution in original post

(3) Replies

Hi @joan_mckinley ,

I have also 2 implementation, and for test system I did the following:

Path: C:\Program Files (x86)\Flexera Software\FlexNet Manager Platform\WebUI\Content\

File to change: scaffolding.less

File with color definitions: variables.less

 

Orginal:

// header

@headerBackground: @white;

 

Change:

// header

@headerBackground: @flexeraDarkRed;

 

I forgot to add, after you do the modification restart IIS on web server and after you perform upgrade to a newer version of FNMS, you need to do this modification again if you want to be the same colors. So please write your own work instruction on this topic.

Thank you @adrian_ritz1! Changing that setting in that file and doing an IISReset worked. Now we know where we can change other colors too, perhaps the ribbon bar (navigation bar).
Appreciate you replying!