Chillers

Registered
9521


Just wondering where i can change setting for the unread text settings/colour that appears on the discussion lists.

Members are having trouble distinguishing between unread and seen.
 
I resolved this buy putting this in extra.less

Code:
.structItem.is-unread .structItem-title a:not(.labelLink):after {
    content: "Unread";
    display: inline-block;
    background: orange;
    padding: 2px 5px;
    font-size: 9px;
    color: black;
    margin-left: 5px;
    position: relative;
    top: -2px;
}

Now looks smart:
9540
 

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