I am beginner to node-red tool, I have created few custom nodes, how do I change the shape and styling of those nodes, I tried to add few css styling inside node html file, but it was not reflecting
Any detailed guidance on this would be highly appreciated
If I wish to change icon of custom nodes other than those provided by node-red, my own icon, after following documentation, it says to place the icon.svg or icon.png inside icons folder which I found inside node-red/packages/node_modules/...../icons/
But this path seems to be generated one and can't be included inside code changes,
Is there someother way we can include this in, so our node display my icon