creaky

Customer
I have changed the node icons to use a different FA icon but noticed it doesn't change the sub-forum icon in the drop down

node.PNG

Is this a setting I've missed or some extra CSS needed?

This is using Xenbase
 
No setting, you'll need CSS inside extra.less. Something like the following should work.

Code:
.XenBase .subNodeLink.subNodeLink--forum:before, .XenBase .subNodeLink.subNodeLink--category:before { content: "\f086"; }

Sorry for the delay!
 
I'm trying to target each sub forum icon.

This is what I have:
Code:
.subNodeLink.subNodeLink--forum:before {
content: "\f187";
}

I want to change the icon for each sub forum on the forum list. Any idea how?
 

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