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 do I remove tags from post image

#77444

Hi 100offdeal,

To show only 2 categories on Featured Image block, please go to ‘Appearance > Customize > Additional CSS’ and paste the below Custom CSS Code.

.post-block .category-meta .cat-links a:not(:first-child):not(:nth-child(2)),
.post-img-wrap .category-meta .cat-links a:not(:first-child):not(:nth-child(2)) {
	display: none;
}

Thanks