- Messages
- 5,029
- Website
- www.xenfocus.com
.subNodeLink[href="/forums/requetes.19/"] .fa-comments{
background-image: url('https://contenu.poissondore.fr/img/icons/41_pipe.png');
background-size: contain;
background-repeat: no-repeat;
background-position: 50%;
font-size: 0;
width: 20px;
height: 20px;
display: inline-block;
vertical-align: top;
margin-right: 5px;
}
Yeah it is here: https://thechatsociety.com/Hello,
Do you have a URL I can check? You'll just need to change .fa-comments to the correct FA name, I'm just not sure what it is for memory.
.subNodeLink[href$='the-archive.34/'] .fa--xf::before{
content: "\f187";
}
I have a separate style choice that is currently not selectable since I am testing the FA iconsHi @rehammer
I've just checked your site however the nodes are using "image icons", not FA icons. Have you fixed this already?
.subNodeLink:not(.subNodeLink--unread) .subNodeLink-icon {
opacity: .5;
}
Hello,
This should work:
Less:.subNodeLink .subNodeLink-icon:not(.subNodeLink--unread){ opacity: .5; }
Hello,
This should work:
Less:.subNodeLink .subNodeLink-icon:not(.subNodeLink--unread){ opacity: .5; }
It looks like this actually just makes the subnode icons faded but does not take into consideration if they have new posts or not
Is there a way to also change the subnode icons to font awesome icons, or is that not possible? I have another style option called "illuminate" where I'm testing the font awesome icons
Sorry, I updated the code in my earlier post.
Yeah, Xenforo adjusted the way icons are rendered.. I've just updated the code, so give it another try