Adding Font Awesome Icons to the Account Sidenav

xF2 Template Modification Adding Font Awesome Icons to the Account Sidenav

DareSec

Inforc3r
Staff member
Administrator
Moderator
S.V.I.P Member
Collaborate
Registered
Joined
May 25, 2019
Messages
1,375
Points
523

Reputation:

DareDevil submitted a new resource:

Adding Font Awesome Icons to the Account Sidenav - Awesome Icons to the Account Sidenav

1589225508144-png.png

Add extra.less to the template.

Less:
[data-template^="account_"], [data-template^="mrs_account_"] {
    .p-body-sideNav {
        [class^="block"]:before {
            display: inline-block;
            .m-faBase();
            margin-right: 5px;
        }

        h3[class^="block"] {
            .m-faBefore("\f0da");
        }

        [class^="block"] {

            &[href^="/members/"] {...

Read more about this resource...
 
Top