XF 1.5 Custom Nodes

You will need to remove the original icon - the default option in XF is the Node Icons style property.

If it's not that, you will need to ask the style designer.
 
Hi, I have just updated my icons but I have a similar problem. I'm not using any external template.
I'm a newbie in xenforo and also in playing with code, xml, css and ll that.

I found a thread with an explanation and added to extra.css this code:

.nodeList .node_4 .nodeIcon{
content: url('image url/icon-tools.png');
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
height: 33px;
width: 50px;
display: inline;
vertical-align: middle;
}

now the icon is shown but I cannot realize how to remove the old one in the background. Here it is:

2016-12-03_18-39-47.webp

Can you explain me (in a way like for a child) so I can fix that?
thanks!
 
Top Bottom