gogo
Well-known member
I want to remove all these highlighted icons.
I used the following code it worked.
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...
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...