Failed to remove icon from Deploy button

I want to customize Deploy button in Node-RED editor using custom theme. I have set to null editorTheme.deployButton.icon in settings.js according to documentation but it did not work. Am I missing something?

You can't remove the icon, only replace it.

The code tests for the existence of that key (editorTheme.deployButton.icon) in the settings.js file, setting it to null is the same as not setting it so it will use the default image.

As a workaround you could include a 1x1 transparent png file and point to that.

2 Likes

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