Support How can i add A new id on all categories and post?

Solution
extra.less
CSS:
/************************node--unread @ XNFORO.IR*********************/
.node--unread .node-title:after {
    content: 'New';
    color: #ffffff;
    background: #ed7a16;
    display: inline-block;
    font-size: 11px;
    line-height: 2;
    border-radius: 3px;
    padding: 0 4px;
    margin-right: 4px;
    vertical-align: middle;
}
/************************node @ XNFORO.IR*********************/

XenForo

Administrative
extra.less
CSS:
/************************node--unread @ XNFORO.IR*********************/
.node--unread .node-title:after {
    content: 'New';
    color: #ffffff;
    background: #ed7a16;
    display: inline-block;
    font-size: 11px;
    line-height: 2;
    border-radius: 3px;
    padding: 0 4px;
    margin-right: 4px;
    vertical-align: middle;
}
/************************node @ XNFORO.IR*********************/
 
Solution

ngbaze

Loyal Member
extra.less
CSS:
/************************node--unread @ XNFORO.IR*********************/
.node--unread .node-title:after {
    content: 'New';
    color: #ffffff;
    background: #ed7a16;
    display: inline-block;
    font-size: 11px;
    line-height: 2;
    border-radius: 3px;
    padding: 0 4px;
    margin-right: 4px;
    vertical-align: middle;
}
/************************node @ XNFORO.IR*********************/
Thanks.
 
  • Tags
    addonslab new id xenforo
  • Back
    Top Bottom