D DayOfWar Member Jul 16, 2020 #1 Hello guys, how can I change an icon without putting directly the <i etc.> code in the phrase? For example in the footer
Hello guys, how can I change an icon without putting directly the <i etc.> code in the phrase? For example in the footer
P Paul B XenForo moderator Staff member Jul 16, 2020 #2 If you mean the share icons, you can add something like this to the extra.less template: CSS: .shareButtons-button.shareButtons-button--facebook>i:before { content: "\f38e"; } Upvote 0 Downvote
If you mean the share icons, you can add something like this to the extra.less template: CSS: .shareButtons-button.shareButtons-button--facebook>i:before { content: "\f38e"; }