How Do I Remove Dates in The Block (Home Page Posts) not on Post Page

Posted in: Newspaper
Post count: 2

I will like you to kindly help me out on how to remove date, author name and view count on the aggregated posts on the Home page. eg http://smartygee.com/
I know how to remove these on the individual post pages.

Thanks.
Teekayme68

Post count: 20685

Hi,

You can remove those in Theme panel->Block settings->Meta info on Modules/Blocks here – http://screencast.com/t/rDAVEocoeKU

Thanks

Post count: 2

Thanks a lot. I am grateful. It works perfectly.

Post count: 58

But how to remove (hide) post view count from the block?
What CSS code should it be?

Post count: 58

Oh, I mean to hide post view count on Homepage post.

Post count: 20685

Hi,

You could remove the view count on the homepage post using this code, just enter it in Theme panel->Custom Css

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

Result – https://www.screencast.com/t/C24ljdFTnby5
Thanks

Viewing 6 posts - 1 through 6 (of 6 total)
You must be logged in to reply to this topic.