📢 Informations 🚀

Xenforo Premium Community The best shop xenforo low price styles, addons. No license required. All Scripts nulled original low price marketplace
  • Coupon code : DnLBIpD1p7 || All product @xenforo admin. Validity start date 26/09/2025 end date 27/10/2025.
Display "NEW" Icon on Unread Posts

Turorials Display "NEW" Icon on Unread Posts

XenforoMod

Moderator
Staff member
Moderator
License
Points 8
Solutions 0
Joined
Sep 6, 2025
Messages
36
Reaction score
1
Points
8
XenforoMod
Screenshot 2025-09-07 162731.png


Display a "NEW" blocked icon at the end of any unread post text.

Add the following code to the extra.less template without changing it.

CSS:
.structItem.is-unread .structItem-title a:not(.labelLink):after {
    content: "NEW";
    display: inline-block;
    background: @xf-uix_primaryColor;
    padding: 1px 4px;
    font-size: 11px;
    color: #FFF;
    border-radius: 3px;
    margin-left: 5px;
    position: relative;
    top: -2px;
}
 
Back
Top
Cart