Replacing node icons via css

Status
This content is read-only, or is not open for further replies.

JoyFreak

Guest
offline
In 2.2 you could simply do this with a css hack:
Code:

Code:
.node.node--id(node_id) .node-icon i:before {
    content: "\f019";
}

But now I see 2.3 uses svg. How does one replace the node icon using css with svg's?

Continue reading...
 
Liked by:
Status
This content is read-only, or is not open for further replies.
Top Bottom