[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
790
AdminAdmin is verified member.
Admin
Admin
Replies
0
Views
6K
AdminAdmin is verified member.
Admin
Admin
Replies
0
Views
861
AdminAdmin is verified member.
Admin
Admin
Replies
0
Views
951
AdminAdmin is verified member.
Admin
Admin
Replies
0
Views
995
AdminAdmin is verified member.
Admin
Admin
Replies
0
Views
2K
AdminAdmin is verified member.
Admin
Admin
Replies
0
Views
897
AdminAdmin is verified member.
Admin
Admin
Replies
0
Views
792
AdminAdmin is verified member.
Admin
Admin
Replies
0
Views
795
AdminAdmin is verified member.
Admin
Admin
Replies
0
Views
1K
AdminAdmin is verified member.
Admin
Back
Top