May 6, 2020 at 5:30 pm
#77444
Theme Horse Support Team
Keymaster
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