March 21, 2019 at 6:46 am
#61563
Theme Horse Support Team
Keymaster
Hi @adriana1,
You have to add below custom CSS code to hide the meta elements from the post and home (blog) page. Just go to Appearance > Customize > Additional CSS then paste the below CSS code and click on save button
.entry-meta .author,
.entry-meta .categories,
.entry-meta .comments {
display: none;
}
Thank you for using our theme.