thomas1

Customer
Is there a way to change the FA icons displayed on the forum index for each subforum?

subforums.png

Thank you!
 
Yes bit requires an additional edit.
Template: node_list_forum

Find:

Code:
subNodeLink--forum

Replace with:

Code:
subNodeLink--forum node--id{$node.node_id}

Then your css:

Code:
.subNodeLink.node--id23:before {
    content: "\f085" !important;
}
 

Pre-Sale Questions

If you have any questions or concerns you want to ask before you make a purchase don't hesitate to use one of our multiple support channels for your convenience.

Back