XenForo How to remove icons of sub-forums in main forum list?

G

gogo

Guest
I want to remove all these highlighted icons.

1606973156488.png

I used the following code it worked.

Code:

Code:
.subNodeLink.subNodeLink--forum::before, .subNodeLink.subNodeLink--category::before {
      display:none;
}

But after the latest XF2.2.2 update, it no longer works. The icons are hidden, but the space is still there before the sub-name names...

Continue reading...