Hide Post Date on Category Page

Posted in: Newspaper
Post count: 2

I see you can hide the post date on a single post page via the Post Settings area, but how do you hide the date on a category page?

Post count: 20688

Hi,

The date can only be disabled for all the modules from Theme panel – https://www.screencast.com/t/SaMxEzdZ If you would like that the date not be displayed only on category pages you could do it with some css, like this – https://www.screencast.com/t/aPfi2BOk This is the code used, you must enter it in Theme panel->Custom Css

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

Thanks

Post count: 2

Thanks – I actually just figured it out… had to hide the date in Block Settings. Thanks!

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