November 28, 2019 at 7:02 am
#71477
Theme Horse Support Team
Keymaster
Hello Jbedel,
To remove category and the date just replace previous above custom CSS code with the below one:
.site-main .entry-header .entry-meta,
.comments-area .comment-respond {
display: none;
}
Thank you!