RSS Feed/News Replacing node icons via css

Status
Not open for further replies.

ENXF NET

Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
Joined
Nov 13, 2018
Messages
26,957
Points
823

Reputation:

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...
 
Status
Not open for further replies.
Top