XenForo Navigation tab icons for XF 2.1 and XF 2.2

GuDron

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

Navigation tab icons for XF 2.1 and XF 2.2 - Add icons in the navigation tab for XenForo 2.1 and XenForo 2.2

Add icons in the navigation tab for XenForo 2.1 and XenForo 2.2

View attachment 32

View attachment 33

Add code to extra.less template:
CSS:
/* [GB] Navigation tab icons 2.1 */
.p-navEl a&, .menu-linkRow, .offCanvasMenu--nav .js-offCanvasNavTarget a& {

    &:before {
        .m-faBase();
        display: inline-block;
        margin-right: 5px;
    }

    &[data-nav-id='home']:before...

Read more about this resource...