Editor - Change Color Header and Tab Icon

Hello,

I have doubt about how to change the color of the top bar (header) in nodered editor and the icon tab menu
Capturar

Should i use a template ? or i need to edit the node red source code? whats happens when i update the node red ?

thanks

You can use the editorTheme setting to customise the favicon and provide a.custom CSS file that sets the header color.

https://nodered.org/docs/user-guide/runtime/configuration#editor-themes

Hello

Thanks for de answer @knolleary.

I made a bit of progress
image

I still have a problem, i can't change the color of the header, i decide to install the dark theme in node red and edit the .css file, i modify the file forcing this code

#red-ui-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background: #54b7d1;
    box-sizing: border-box;
    padding: 0px 0px 0px 20px;
    color: #C7C7C7;
    font-size: 14px;
}

Can u give some "light" where i can find information to solve my problem

thanks

Hello,

thanks for the help and time.

problem solved

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.