[RSS Feed/News] How to remove icons of sub-forums in main forum list?

Status
Not open for further replies.

XenForo

Administrative
  • Thread starter
  • Admin
  • #1
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...

ادامه مطلب...
 
Status
Not open for further replies.
Back
Top Bottom