Node Unread status under node icon

Node Unread status under node icon

Compatible XF 2.x versions
  1. 2.0
Visible branding
No
with this css, you can add a NEW Label below unread forum icon
Simply add the CSS to your extra.less file in the Template editor.

CSS:
.node--unread .node-icon i:after, .node--unread .no-icon i:after {
    font-family: inherit;
    font-size: 13px;
    font-style: initial;
    font-weight: bold;
    line-height: 18px;
    float: right...
You do not have permission to view the full content of this resource. Log in or register now.
Author
Ozzy47
Views
1,623
First release
Last update

Ratings

5.00 star(s) 1 ratings

More resources from Ozzy47

Latest reviews

Worked perfectly and looks great. You simply add the CSS to your extra.less file in the Template editor.
Ozzy47
Ozzy47
thanks sorry i forget to mention where to put css. added in tutorial
Top Bottom