Highlight the forums where new content is posted

XenForo Highlight the forums where new content is posted

Typn

Registered
Less:
.node--unread .node-title:after {
    content: 'News';
    background: rgba(37,119,177,0.95);
    padding: 1px 4px;
    font-size: 11px;
    color: white;
    border-radius: 3px;
    margin-left: 5px;
    position: relative;
    top: -2px;
}
All forum node
All thread
Less:
.structItem.is-unread {
    background: rgba(37,119,177,0.10);
}
.structItem.is-unread .structItem-title::after {
    content: "News";
    display: inline-block;
    background: rgba(37,119,177,0.95);
    padding: 1px 4px;
    font-size: 11px;
    color: white;
    border-radius: 3px;
    margin-left: 5px;
    position: relative;
    top: -2px;
}
try both and look good in dark style
 
  • Tags
    highlight the forums where new content is posted xenforo highlight the forums where new content is posted
  • Back
    Top Bottom