Adding Font Awesome Icons to the Visitor Account

xF2 Template Modification Adding Font Awesome Icons to the Visitor Account

DareSec

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

Reputation:

DareDevil submitted a new resource:

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

1589227297292-png.png


Add the extra.less template.

Less:
.menu--account {
    .tabs-tab {
        &:before {
            .m-faBase();
            padding-right:3px;
            margin-left: -5px;
        }

        &[href$="/bookmarks"] {
            .m-faBefore("\f02e");
        }

        &[href$="account/"] {
            .m-faBefore("\f007");
        }
    }

    .menu-linkRow {
        padding: 6px 8px;

        &:before {...

Read more about this resource...
 

ArafatVai

Member
Registered
Joined
Jul 27, 2020
Messages
17
Points
23

Reputation:

@DareDevil Brother its not worked on my xenforo 2.1.10 version.

D9A9v97.png


i want to add like like this can you please help. Theme is UIX pro dark. i m using Themehouse IO Dark
 
Top