[cXF] Highlight new menu item

XenForo [cXF] Highlight new menu item

Styling

Supervisor
  • Thread starter
  • Moderator
  • #1
Styling submitted a new resource:

[cXF] Highlight new menu item - Template Modifications

This is a DIY tutorial to achieve this:

View attachment 13056

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:

CSS:
/*** Highlight new menu item ***/
.menu-row.menu-row--separated.menu-row--clickable.is-unread {
    &:before {
        .m-faContent(@fa-var-dot-circle);
        float: right;
        color: @xf-paletteAccent2;
    }...

Read more about this resource...
 
Back
Top Bottom