What's wrong with this?

gumya

Well-known member
Registered
Joined
Oct 9, 2019
Messages
131
Points
53

Reputation:

Hello, am using the bellow css to change the nodes icons but sometimes it shows the default icon, what's wrong?
CSS:
.node--forum.node--id2.node--read .node-icon i:before {
    content: "\f8fa";
    color: #d5eaf9
}
 
Top