Custom CSS for removing view count bar

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

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