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: hide category in cover posts

#77215

Hi @jschonfe,

To show only one category, please go to ‘Appearance > Customize > Additional CSS’ and paste the below Custom CSS code.

body:not(.single-post) .entry-meta .cat-links a:not(:first-child) {
	display: none;
}

Thanks