September 7, 2022 at 5:58 pm
#101828
Theme Horse Support Team
Keymaster
Hello @anglinastoneas
Just add the below custom CSS code in Appearance > Customize > Additional CSS to remove the categories from the image:
.post-img-wrap .category-meta, .post-item .category-meta {
display: none;
}
If you have any problem let us know.
Thank you!