Admin submitted a new resource:
[cXF] Icons in More options menu - DIY guide for icons in More options menu.
Read more about this resource...
[cXF] Icons in More options menu - DIY guide for icons in More options menu.
Add icons to the More options menu and make it transparent and faster to act:
View attachment 1246
Add this to your extra.less template (for XenForo 2.3):
Less:/* [cXF] Icons in More options menu */ .menu--right .menu-content a.menu-linkRow { &:before { padding-right: 5px; } &[href*="/edit"]:before { .m-faContent(@fa-var-edit); } &[href*="/change-type"]:before { .m-faContent(@fa-var-shapes); } &[href*="/quick-close"]:before { .m-faContent(@fa-var-lock); }...
Read more about this resource...