- May 18, 2015
- 1,149
- 183
- 2,427
BassMan submitted a new resource:
Icons in More options menu - DIY guide for icons in More options menu.
Read more about this resource...
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:
You don't have permission to view attachments. Attachments are hidden.
Add this to yourextra.less
template (for XenForo 2.3):
Less:/* 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 {...
Read more about this resource...