RSS Feed/News Node icons

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
20,193
Points
823

Reputation:

We're currently using in 2.2 extra.less this type of code to change the node icons...

CSS:

Code:
.node.node--id115.node--forum.node--read .node-icon i:before {
    .m-faBase();
    .m-faContent("\f164");
}
.node.node--id115.node--forum.node--unread .node-icon i:before {
    .m-faBase();
    .m-faContent("\f164");
    font-weight: 900;

Which gives this result...
1713958915031.webp

This isn't recognised by 2.3

I've tried the alternative suggested by @Jeremy P...

CSS:

.node.node--id(node_id)...

Read more

Continue reading...
 
Status
Not open for further replies.
Top