Ashley.S.

Customer
My client has asked about a "New" Indicator next to the discussion list, similar to how it shows on the forum list. Any ideas on how I can achieve this?
 
Extra.less:

Code:
.is-unread .structItem-title a:after {
    content: "New";
    font-size: 70%;
    padding: 0px 4px 1px;
    background-color: #e74c3c;
    color: #FFF;
    border-radius: 4px;
    margin-left: 5px;
    position: relative;
    top: -1px;
}

Should work.
 

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