RSS Feed/News Converting FA icons

Status
Not open for further replies.

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
28,804
Points
823

Reputation:

Today in 2.2 I have:

Template:
HTML:

<xf:if is="$xf.visitor.user_id"><div id="sidebar_button"><a href="#"></a></div></xf:if>

and in the .less template:
CSS:

Code:
#sidebar_button::before{
    content: '\f324';
    font-family: "Font Awesome 5 Pro";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: solid;
    margin-right: 8px;
    font-size: 18pt;
}

Are there instructions on converting this over to the new FA Manager...

Read more

Continue reading...
 
Status
Not open for further replies.
Top