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

gogo

Well-known member
I want to remove all these highlighted icons.

1606973156488.png

I used the following code it worked.

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...
 
Hello this works well for node icons except sub node link forums. Can someone please tell me how to also remove sub forum link icons as well?

I'm using sub forum forum inks to get to sub private forums

Thank you

Finn
 
Top Bottom