How do i remove the little eye on posts that shows how many views a post has

Posted in: Newspaper
Post count: 4

I do not want my visitors to see how many times a post has been viewed. How do i remove the little eye icon and the number next to it so that all of my posts do not show that particular information.

It is located right under the title of a post.

Post count: 22421

Hello,

Th option can be removed from the theme panel -> post settings: https://www.screencast.com/t/6B9WZirHZS

Thank you!

Post count: 31

I want to remove the little eye icon from the views of the posts, but I want the views to continue being counted to classify my block of popular posts, how do I?

Post count: 20688

Hi,

Then you could hide the views with CSS. Try a code like this
https://www.screencast.com/t/fUdfUEPXaxf

.td-post-views {
display: none;
}

Enter the code in Theme panel->Custom CSS.

Thanks

Post count: 31

Olá!

I did what you recommended, but it did not work!
The eye icon and the view count continue to be displayed.

http://www.viagensecaminhos.com/wp-content/uploads/2017/08/custom.jpg

Post count: 20688

Hi,

Please try it like this and it should work properly for all post templates

.td-post-views {
display: none!important;
}

Thanks

Post count: 31

Sorted out! This time it worked!

Thank you!

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