January 19, 2022 at 12:37 pm
#96290
Theme Horse Support Team
Keymaster
Hi Peter,
To remove author and date tag from the posts just go to Appearance > Customize > Additional CSS and paste below custom CSS:
.entry-meta .by-author,
.entry-meta .date {
display: none;
}
Thank you!