XF 2.0 CSS For Custom Node Icons in XenForo 2.0?

NURV

Active member
Hi,

In 1.x, the following CSS worked to configure custom node icons on a per node basis:

CSS:
li.node_1 .nodeIcon {background-image: url(/path/to/image.png) !important;}

Is there an equivalent css to achieve this in 2.0? If so, where would it go?

Thanks!
 
Top Bottom