cXF - Navigation tab icons

cXF - Navigation tab icons

Admin

Administrator
Messages
1,857
Reaction score
645
Points
113
Admin submitted a new resource:

cXF - Navigation tab icons - Icons for navigation tabs and its subnavigation links also on mobile menu

View attachment 1495
For XenForo 2.2.x Add code to extra.less template:
CSS:
/*** [cXF] Navigation tab icons 2.2 ***/
/* extra for [cXF] Vertical Navigation add-on */
.cxf-vn-content .offCanvasMenu-link {
    &.u-indentDepth1:before {
        margin-right: 15px;
    }
    &.u-indentDepth2:before {
        margin-right: 28px;
    }
}
/*****/

.p-navEl-link, .menu-linkRow, .offCanvasMenu-link {

    &:before {
        .m-faBase();
        display: inline-block...

Read more about this resource...
 
Back
Top Bottom