January 10, 2020 at 4:48 pm
#73755
Theme Horse Support Team
Keymaster
Hello Arjun,
For to hide the meta data from the posts just login to your dashboard and go to Appearance > Customize > Additional CSS and paste below custom CSS code.
.entry-meta {
display: none;
}
.entry-meta.category-meta {
display: block;
}
Thank you!