April 29, 2020 at 6:14 am
#77215
Theme Horse Support Team
Keymaster
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