Heisenberg submitted a new resource:
You must be registered for see links
- ... DIY tutorialHow to change node icon colour to something like that?
You must be registered for see images attach
This is a DIY step-by-step tutorial.
Before changing the code let's get prepared:
Code:/* Coloured Node Icons */ .block.block--category.block--categoryX { /* read icon */ .node--forum.node--read .node-icon i:before { color: #e6cbe4; text-shadow: none; } /* unread icon */ .node--forum.node--unread .node-icon i:before { color: #9e5697...
You must be registered for see links
