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:
Continue reading...
Continue reading...
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...