[cXF] Highlight new menu item

[cXF] Highlight new menu item

BassMan

Well-known member
BassMan submitted a new resource:

[cXF] Highlight new menu item - ... with an icon

For XenForo 2.1 and above

This is a DIY tutorial to achieve this:

View attachment 200615

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...
 
Top Bottom