XenForo
Administrative
- Thread starter
- Admin
- #1
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:
ادامه مطلب...
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:
.node--id3 .node-icon i::before{
content: '\f52b';
}
ادامه مطلب...