RSS Feed/News Change Link Node Icon in 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
24,683
Points
823

Reputation:

I wish to change the Link node icon based on forum id using css.

I can do it for forum nodes, but I am struggling to get any css to change the link node icon.

Anyone have a suggestion?

This is an example of the code used and it works for forum nodes, but not link nodes.

CSS:

Code:
/*****node icon fontawesome changer per FORUM node*****/

.node.node--id37.node--forum.node--read .node-icon i:before {
    .m-faBase();
    .m-faContent("\f07c");
}
.node.node--id37.node--forum.node--unread...

Read more

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