Post view count Homepage post

Posted in: Newspaper
Post count: 58

What CSS code should I use to hide post view count on Homepage post?

Post count: 1341

If you wan’t see view count on blocks, modules & single post page just disable selector SHOW POST VIEWS here:

Post count: 20688

Hi,

Thank you Edward, indeed that will work but it would apply to all the single post pages too so if you would want to hide it only on the homepage post you can use this custom css code, enter it in Theme panel->Custom Css

.homepage-post .td-post-template-8 .td-post-title .td-post-views {
display: none;
}

Thanks

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