Today in 2.2 I have:
Template:
HTML:
and in the .less template:
CSS:
Are there instructions on converting this over to the new FA Manager...
Read more
Читать далее...
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:
Код:
#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
Читать далее...