ENXF NET
Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
- Joined
- Nov 13, 2018
- Messages
- 26,006
- Points
- 823
Reputation:
In XF 2.2 I have custom widget. For this custom widget, instead of using extra.less template I was using following code for Widget Icon at
Template widget area.
HTML:
After upgrade XF 2.3, this code normally does not work any more. According what I read from forum up to now, I have revised this code as below,
but it did not work ...
Read more
Continue reading...
Template widget area.
HTML:
Code:
<style type="text/css">
.block[data-widget-id="62"] .block-minorHeader:before {
font-family: 'Font Awesome 5 Pro';
content: "\f2b5";}
</style>
After upgrade XF 2.3, this code normally does not work any more. According what I read from forum up to now, I have revised this code as below,
but it did not work ...
Read more
Continue reading...