Overscan
Active member
I've figured out how to replace the node icons with png images;
but my images are too wide (65 pixels) and overlap. Is there a quick way to increase node icon width? These images are from my old SMF forum and I'd like to use then for continuity
CSS:
/* Forum read & unread icons */
.node--forum.node--read .node-icon i:before{content: url(off.png);}
.node--forum.node--unread .node-icon i:before{content: url(on.png);}
/* Subforum read & unread icons */
.subNodeLink:before{content: url(off.png) !important;}
.subNodeLink.subNodeLink--unread:before{content: url(on.png) !important;}
but my images are too wide (65 pixels) and overlap. Is there a quick way to increase node icon width? These images are from my old SMF forum and I'd like to use then for continuity