March 15, 2020 at 10:41 am
#75812
Theme Horse Support Team
Keymaster
Ok Then please go to ‘Appearance > Customize > CSS’ and paste the below Custom CSS Code.
.entry-meta .cat-links a.cat-links-5 {
display: none;
}
Here Category ID is ‘5’ in the class ‘cat-links-5’ which is hidden so to remove your desired category, please replace the category ID no ‘5’ from yours desired category Id.
Example: ‘cat-links-6’, ‘cat-links-7’.
Thanks