RSS Feed/News How to change read and unread 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
25,951
Points
823

Reputation:

I don't want anything fancy like a new icon for each node. I just want to change the read icon to one image, and the unread icon to another image.

This doesn't work:

.node--unread .node-icon {
background-image: url(link) !important;
background-repeat: no-repeat !important;
background-position: center !important;
}
.node--read .node-icon {
background-image: url(link) !important;
background-repeat: no-repeat !important;
background-position: center !important;
}

It...

Read more

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