- May 18, 2015
- 1,043
- 179
- 2,389
BassMan submitted a new resource:
[cXF] Highlight new menu item - ... with an icon
Read more about this resource...
[cXF] Highlight new menu item - ... with an icon
For XenForo 2.1 and above
This is a DIY tutorial to achieve this:
You don't have permission to view attachments. Attachments are hidden.
As you can see you can get an icon that changes on hover only on new items just to highlight them a bit more.
Open you extra.less template and add the code:
Less:/*** Highlight new menu item ***/ .menu-row.menu-row--separated.menu-row--clickable.menu-row--highlighted { &:before { .m-faBase()...
Read more about this resource...