How to hide the "views" column?

My forum is rather new and it is somewhat embarrassing to show the low amount of views in the “views” column. Is it possible to hide it (also hide from little information panel at the end of each OP?

Thanks in advance,

2 Likes

What do you mean by this?

That little box with information of “last reply”, “created”, “views”, “users” and “likes” at the end of first post in every thread, just like the one right above yours.

1 Like

Target these elements with CSS and hide them. You can add CSS via admin, customize.

1 Like
.topic-list .views {
    display:none;
}
6 Likes

:+1: Great, I found the Edit CSS/HTML button inside Customise > Themes

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.