Hide date on Homepage

Posted in: Newspaper
Post count: 15

Hi,

I need to hide the date for the posts on the homepage and show them only on the post view

Pls suggest

Post count: 3343

Hi,

An east way is to hide it via CSS, add this in Theme Panel -> Custom CSS

.home .td-post-author-name span {
display:none;
}
.home .td-post-date {
display:none;
}

Thanks for the message!

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