XF 2.3 Node icons

dabollicks

Active member
So, before the upgrade to 2.3 I had my own custom node icons
Below is what’s in my extra.less file

CSS:
/* Forum read & unread icons */
.node--forum.node--read .node-icon i:before{content: url(styles/default/xenforo/whistle.png);}
.node--forum.node--unread .node-icon i:before{content: url(styles/default/xenforo/whistlered.png);}

/* Subforum read & unread icons */
.subNodeLink:before{content: url(styles/default/xenforo/whistle.png) !important;}
.subNodeLink.subNodeLink--unread:before{content: url(styles/default/xenforo/whistlered.png) !important;}

Yet when you visit the forum I have 2 node icons appearing
IMG_3145.webp

How do I remove the default icons and leave my customs icons only

Thanks
 
Back
Top Bottom