XenForo Icons in Visitor menu

GuDron

Super Moderator
Staff member
Super Moderator
Jan 28, 2020
835
7
272
Language
English
GuDron submitted a new resource:

Icons in Visitor menu - Icons in Visitor menu

Would you like to have icons in Visitor menu like this?

View attachment 21

Add this to your extra.less template:

CSS:
/* Icons in Visitor menu */
.menu-content.js-visitorMenuBody .menu-linkRow {
    padding: 6px 5px 6px 12px;
}
.menu-content.js-visitorMenuBody a.menu-linkRow {
    &:before {
        .m-faBase();
        /*padding-right: 5px;*/
    }
    &[href*="whats-new/news-feed"]:before {
        .m-faContent(@fa-var-rss);
    }
    &[href*="search/member"]:before {...

Read more about this resource...