February 13, 2019 at 11:59 am
#60414
Theme Horse Support Team
Keymaster
Hi there,
Add below custom CSS code in Appearance > Customize > Additional CSS to hide the author and comment link.
.entry-meta .by-author,
.entry-meta .comments,
.entry-meta > div:after {
display: none;
}
Thank you!