September 7, 20178 yr Administrator Go to: ACP > Customization > Themes > YourTheme (Edit HTML and CSS) > CSS > core > custom > custom.css and add: .cForumList .ipsDataItem_unread .ipsDataItem_title:before, .cForumGrid_unread .ipsPhotoPanel h4 a:before { content:"NEW"; color:#fff; background:#ed7a16; font-size:0.7rem; line-height:1; padding:0 4px; margin-right:4px; vertical-align:middle; #display:inline-block; #border-radius:3px; } after:
Go to: ACP > Customization > Themes > YourTheme (Edit HTML and CSS) > CSS > core > custom > custom.css and add:
.cForumList .ipsDataItem_unread .ipsDataItem_title:before, .cForumGrid_unread .ipsPhotoPanel h4 a:before { content:"NEW"; color:#fff; background:#ed7a16; font-size:0.7rem; line-height:1; padding:0 4px; margin-right:4px; vertical-align:middle; #display:inline-block; #border-radius:3px; }after: