December 29, 2018 at 8:37 am
#59462
Theme Horse Support Team
Keymaster
Hi Yiannos,
You have to add below custom CSS code to hide the meta elements from the post single page. Just go to Appearance > Customize > Additional CSS then paste the below CSS code and click on save button
.single .entry-meta .author,
.single .entry-meta .categories,
.single .entry-meta .comments {
display: none;
}
Thank you for using our theme.