XF 2.1 how to hide topic statistics?

-Eric-

Member
(in the topic list)
I tried:
CSS:
.node--id20.node--thread
{
    .node-stats
    {
        display: none;
    }
}

in the forum list it works:
.node--id20.node--forum
 
hi @JoyFreak

How to hide only from a forum?
I added and hidden from all forums.

I tried a few variations, but to no avail:
I added inside the structure .node - id20.node-forum
{

.structItem-cell.id20-cell--meta
 
Top Bottom