Hide the date and the author on blog posts

I wanna hide the date and the author on only blog posts, while the date for the listings are available. How should I do that? Is there a something code snippet for that?

Attached is the the blog post on ListingHive Demo, and what I mean is in the red rectangle.

Hi,

Please use this CSS snippet (How to add custom code snippets - HivePress Help Center):

.post__details {
display: none !important;
}

Hi @andrii

The CSS you provided works as I expected. Thanks!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.