How to remove the date that appears with the post in the search results?

Posted in: Newspaper
Post count: 34

I do not want to show the date in the search results for the posts of a category.

I have a category called “Games” as hidden the date of the post of that category in the search results?

I know how to hide the date on the post of a category in specific, but the date is always displayed in the search results …

Post count: 22421

Hello,

This was already answered in the previous posts. No need to create multiple instances of the same request as the answer will be the same.
If you want to only remove the date from the search results you can use this code:

.search-results .td-main-content .td-post-author-name span, .search-results .td-main-content .td-post-date{
display:none!important;
}
.td-aj-search-results .td-post-date{
display:none;
}

Thank you!

Post count: 34

Thanks Bogdan, the code worked perfectly .. Thank you and sorry for insisting on similar topics

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