Custom CSS for removing view count bar

It is not so simple…try this:

.topic-map .map li:nth-of-type(4) {
    display: none;
}
5 Likes