I can't deactivate the views counter

Posted in: Newsmag
Post count: 59

I have disabled the views counter in theme panel and cleared the cache but it continues to appear in the posts.
The web is: http://www.thezugzwangblog.com
Thanks

Post count: 35449

Hi, after you disable this option -> https://i.imgur.com/fSt8QHC.png make sure that you clear all cache, purge the CDN, then the view element should be removed -> https://i.imgur.com/EFFZKpw.png if this is still there you can try a custom css -> https://i.imgur.com/cvtP4hQ.png
.single .td-post-views {
display: none;
}

Let me know the results!

Post count: 59

It works! Thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newsmag’ is closed to new topics and replies.