March 17, 2020 at 7:03 am
#75877
Theme Horse Support Team
Keymaster
To remove the Comment Meta, please go to ‘Appearance > Customize > Additional CSS’ and paste the below Custom CSS Code.
.entry-meta .comments {
display: none;
}
.entry-meta > .author:after {
content: "";
}
Thanks