There are two icons showing on the forum list for sub-forums. I think this is due to a change that came with XF 2.2.
The fix should be simple. Find the CSS for the icon, which will be something like
The fix should be simple. Find the CSS for the icon, which will be something like
a.subNodeLink.subNodeLink:before
and add an i
before :before
. The new CSS should be a.subNodeLink.subNodeLink i:before
. Your exact CSS might be a little different but when you add the i
it should remove the second icon from displaying.