interforo Active member Jul 21, 2024 #1 how do I set my own on off icons? right now it's a mess - I have just upgraded to 2.3
Solution O O Old Nick Jul 21, 2024 Just add this to your extra.less template : Less: .node .node-icon svg { display: none; }
philmckrackon Well-known member Jul 21, 2024 #2 interforo said: how do I set my own on off icons? right now it's a mess - I have just upgraded to 2.3 View attachment 306743 Click to expand... Is this what you are looking for? [cXF] Node icons with image Nov 9, 2019 DIY tutorial to change default FA node icons with image Upvote 0 Downvote
interforo said: how do I set my own on off icons? right now it's a mess - I have just upgraded to 2.3 View attachment 306743 Click to expand... Is this what you are looking for? [cXF] Node icons with image Nov 9, 2019 DIY tutorial to change default FA node icons with image
O Old Nick Well-known member Jul 21, 2024 #3 Just add this to your extra.less template : Less: .node .node-icon svg { display: none; } Upvote 0 Downvote Solution
interforo Active member Jul 21, 2024 #4 Old Nick said: Just add this to your extra.less template : Less: .node .node-icon svg { display: none; } Click to expand... tks it worked Upvote 0 Downvote
Old Nick said: Just add this to your extra.less template : Less: .node .node-icon svg { display: none; } Click to expand... tks it worked
P pascal37 Member Jul 30, 2024 #5 What if I want to give separate colored icons to all categories? Upvote 0 Downvote