Changing Node Icon by Node Name instead of Node ID

  • Thread starter Thread starter Triax
  • Start date Start date

Triax

Guest
Member
Hello,

Is there currently a way to change node icons for nodes with names that are identical, rather than having to change each icon by it's ID number?

The current method I use is:
CSS:

Code:

Code:
 .node--id3 .node-icon i::before{
        content: '\f52b';
   }

Continue reading...

Continue reading...
 
Top