[RSS Feed/News] Sub-category icons

Status
Not open for further replies.

XenForo

Administrative
  • Thread starter
  • Admin
  • #1
Hey everyone!

So here's an example forum/thread I have:

1617118621053.png

I was able to easily add the custom icon for the main thread (Suggestions) using extra.less:

Code:

Code:
//Suggestions
.node--forum.node--id23.node--read .node-icon i:before{content: url(./images/suggestions.png);}
.node--forum.node--id23.node--unread .node-icon i:before{content: url(./images/suggestions.png);}

So I applied the same logic for the sub-categories (Approved, Denied...

Read more

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