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!
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?
If so, add it to the theme/desktop/CSS
tab
.views.sortable.num, .num.views {
display: none;
}
Also apologies for lack of clarity!
It is not so simple…try this:
.topic-map .map li:nth-of-type(4) {
display: none;
}