Walkman Archive
Active member
Hi there,
I've realized how to change the default icons for custom ones on my forum.
I managed to change them sucesfully. I added this to the extra.css file:
/* boombox techtalk */
.nodeList .node_4 .nodeIcon{
content: url('@imagePath/xenforo/icon-techtalk.png');
height: 55px; width: 80px; display: inline; vertical-align: middle;
}
as seen here: https://xenforo.com/community/threa...lace-specific-node-icons.123738/#post-1117341
but the result is this:
Now the question is: how do I remove the default icon in the background?
Thanks!
I've realized how to change the default icons for custom ones on my forum.
I managed to change them sucesfully. I added this to the extra.css file:
/* boombox techtalk */
.nodeList .node_4 .nodeIcon{
content: url('@imagePath/xenforo/icon-techtalk.png');
height: 55px; width: 80px; display: inline; vertical-align: middle;
}
as seen here: https://xenforo.com/community/threa...lace-specific-node-icons.123738/#post-1117341
but the result is this:
Now the question is: how do I remove the default icon in the background?
Thanks!