Custom CSS for removing view count bar

Does anyone have the custom css for removing the view count bar?

I found it on the site, but the page has been removed

Thanks!

What page do you refer to?

Sorry, I mean the posts page - this page

I want to edit bar to remove the viewpoint, but leave everything else

Sorry, I still do not know what bar you’re referring to. Can you make a screenshot please?

I think he is referring to this one

If so, add it to the theme/desktop/CSS tab

.views.sortable.num, .num.views {
    display: none;
}
1 Like

Also apologies for lack of clarity!

It is not so simple…try this:

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