RSS Feed/News Trying to specify different node icon for question and article nodes?

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,822
Points
823

Reputation:

This code works for the regular forum types but it ignores the different icon for the Question node type and Article node type. Instead, it just uses the icons from the general forum nodes. What am I doing wrong? This code was suggested by ChatGPT, so that could be the reason.

Code:

Code:
.node-icon {
    background-image: url('/img/lotus-node.webp');
    background-repeat: no-repeat;
    background-size: 40px 40px;
    background-position: center;
}
.node-icon i {
    display: none;
}
.node--read...

Read more

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