XenForo How to change read and unread node icons?

F

Floki

Guest
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...