December 10, 2019 at 8:18 am
#72148
Theme Horse Support Team
Keymaster
Hi @steve-4685,
If you want to remove the Author also then please copy the below Custom CSS code paste just after the previous code you added to remove date.
.entry-meta .author {
display: none;
}
.entry-meta {
display: block;
}
Thank You