D
dabollicks
Guest
So, before the upgrade to 2.3 I had my own custom node icons
Below is what’s in my extra.less file
CSS:
Read more
Continue reading...
Below is what’s in my extra.less file
CSS:
Code:
/* 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;}...
Read more
Continue reading...