[cXF] Icons in More options menu

[cXF] Icons in More options menu

  • Thread starter Thread starter AdminAdmin is verified member.
  • Start date Start date
Admin

AdminAdmin is verified member.

Well-Known Member
Staff member
Administrator
Admin submitted a new 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...
 

Facebook Comments

Similar threads

Admin
Replies
0
Views
779
AdminAdmin is verified member.
Admin
Admin
Replies
0
Views
6K
AdminAdmin is verified member.
Admin
Admin
Replies
0
Views
848
AdminAdmin is verified member.
Admin
Admin
Replies
0
Views
944
AdminAdmin is verified member.
Admin
Admin
Replies
0
Views
982
AdminAdmin is verified member.
Admin
Admin
Replies
0
Views
2K
AdminAdmin is verified member.
Admin
Admin
Replies
0
Views
888
AdminAdmin is verified member.
Admin
Admin
Replies
0
Views
783
AdminAdmin is verified member.
Admin
Admin
Replies
0
Views
789
AdminAdmin is verified member.
Admin
Admin
Replies
0
Views
1K
AdminAdmin is verified member.
Admin
Back
Top