Hi guys,
Some time ago I was looking for a way to change the widget icon in xenforo ...
I found several related articles on google but none of them worked for me
I've been read the docummentation but there's nothing explain how to change it in detail
Can someone explain this sample for me? I don't get it
Another experiment to change 'Countdown widget icon' (not worked):
Another experiment to change 'Share Page widget icon' (not worked):
Did i miss something?
Summon @Tomz , @ALiveVam , @TassieNZ , @ELLIO7 , @hexor, @medw1311
Some time ago I was looking for a way to change the widget icon in xenforo ...
I found several related articles on google but none of them worked for me
I've been read the docummentation but there's nothing explain how to change it in detail

Can someone explain this sample for me? I don't get it

CSS:
/* For use in LESS: */
.someIcon { /* ??? is this '.someicon an example or ready to use? */
<xf:macro
template="uix_icons.less" /* ??? what the relation with uix_icon.less? */
name="content" /* ??? where to find the name? is it leave tobe default (content)? */
arg-icon="account" /* ??? where to find the 'arg-icon id? */
/>
}
Another experiment to change 'Countdown widget icon' (not worked):
CSS:
/* Countdown Widget - put in [I]extra.less[/I] */
[data-widget-key="countdown_me"] h3.block-minorHeader:before {
display: inline-block;
padding-right: 0px;
.m-faBase();
.m-faContent(@fas fa-hourglass-start fa-spin);
}
Another experiment to change 'Share Page widget icon' (not worked):
CSS:
/* Share Page Widget - put in [I]extra.less[/I] */
[data-widget-key="forum_overview_share_page"] h3.block-minorHeader:before {
display: inline-block;
padding-right: 0px;
.m-faBase();
.m-faContent(/f1e0 /10f1e0);
}
Did i miss something?
Summon @Tomz , @ALiveVam , @TassieNZ , @ELLIO7 , @hexor, @medw1311
Last edited: