spdmtk

Member
New icon on threads not show

i try this code but still not show

Code:
.structItem.is-unread .structItem-title a:not(.labelLink):after {
    content: "NEW";
    display: inline-block;
    background: red;
    padding: 2px 5px;
    font-size: 9px;
    color: #FFF;
    margin-left: 5px;
    position: relative;
    top: -2px;
}
 
That CSS works fine for me.

ohHJF4H.png


If you have any bad CSS in the same template, it could cause it not to load. Try having JUST that code in the extra.less to see if it helps.

Remember, this will only show on the thread listing, not the forum index.
 

Pre-Sale Questions

If you have any questions or concerns you want to ask before you make a purchase don't hesitate to use one of our multiple support channels for your convenience.

Back