badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Reply To: How to remove category name from showing on post featured image

#78375

Hi John,

Please go to ‘Appearance > Customize > Additional CSS’ and paste the below Custom CSS code.

.post-block .entry-meta.category-meta,
.post-boxed .post-img-wrap .entry-meta,
.post .post-featured-image .entry-meta.category-meta,
.hentry .post-featured-image .entry-meta.category-meta{
	display: none;
}

Thanks