How can I remove date from some posts?

Posted in: Newspaper
Post count: 6

Hello,
is there any way to remove date only from some posts? I would like to remove date only on 1 category.

Thank you!

  • This topic was modified 8 years by laillah.
Post count: 6

Still need help 🙂

Post count: 20688

Hi,

That would be possible with some CSS code. For example if that particular category would be Travel, the code would be like this
https://www.screencast.com/t/7uM9lwijjit9

.category-travel .td-post-date,
.category-travel .td-author-line {
display:none;
}

Try this suggestion with the category you want and check the results. The final code must be entered in Theme panel->Custom CSS section.

Thanks

Post count: 6

IT WORKED 😀
Thank you soooo much!!

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