January 14, 2022 at 8:17 am
#96162
Theme Horse Support Team
Keymaster
Hi Dave-8341,
Login to your WP dashboard and go to Appearance > Customize > Additional CSS and paste below custom CSS code to hide tags from the post image.
.home .category-meta {
display: none;
}
Thank you!