XenForo How to remove default icons in xf 2.3

H

Hristo Avramov

Guest
I used this code in extra.less to remove the default icons.
CSS:

.node--forum .node-icon i:before{display: none;}
Now in my local test this does not remove anymore the icons. Suggest me how to remove it again.

best regards

Continue reading...