Highlight forms where new content is submitted

dosut

Administrator
Staff member
The Highlight forms where new content is submitted has been submitted and is now available for free download. Big thanks to the contribution from our member @axtona !
With customization you can highlight forums that receive new messages.
View attachment 113283
CSS:

Code:
.structItem.is-unread .structItem-title a:not(.labelLink):after {
    content: "YENİ";
    display: inline-block;
    padding: 1px 4px;
    font-size: 11px;
    color: #ffffff;
    border-radius: 3px;
    margin-left...
Click to expand...

Read more
Continue reading...
 
Back
Top